mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
yocto-bsp: fix x86_64 tuning for qemu arch
While testing the fix for [YOCTO #2222] I noticed that the tuning for the qemu x86_64 target was using the wrong tuning file - it should be x86_64 instead of i586. Change the template to match. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
0258ba5e14
commit
d91b3f7639
@@ -20,7 +20,7 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
|
||||
{{ if qemuarch == "i386": }}
|
||||
require conf/machine/include/tune-i586.inc
|
||||
{{ if qemuarch == "x86_64": }}
|
||||
require conf/machine/include/tune-i586.inc
|
||||
require conf/machine/include/tune-x86_64.inc
|
||||
{{ if qemuarch == "arm": }}
|
||||
require conf/machine/include/tune-arm926ejs.inc
|
||||
{{ if qemuarch == "powerpc": }}
|
||||
|
||||
Reference in New Issue
Block a user