mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
tune-core2.inc: Drop X86ARCH32 usage
Using i686 doesn't work well with locale generation and doesn't gain anything so revert to the i586 default. (From OE-Core rev: 79b7b1aab5d3d002bfa7a49887d5d834c29eae45) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
DEFAULTTUNE ?= "core2"
|
||||
X86ARCH32 ?= "i686"
|
||||
TUNE_PKGARCH ?= "${@bb.utils.contains("TUNE_FEATURES", "m32", "core2", "core2-64", d)}"
|
||||
|
||||
require conf/machine/include/tune-i586.inc
|
||||
|
||||
Reference in New Issue
Block a user