mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
arch-ia32.inc: Fix up TUNE_ARCH variable conflicts
The current approach causes duplicate values to appear in the TUNE_ARCH field and this patch addresses that. (From OE-Core rev: 02031d766f983cd7e01e468cb2c926604313cd2a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DEFAULTTUNE ?= "core2"
|
||||
TUNE_ARCH ?= "${@bb.utils.contains("TUNE_FEATURES", "m32", "i686", "x86_64", d)}"
|
||||
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