From: Richard Purdie Date: Wed, 27 Jul 2011 09:34:31 +0000 (+0100) Subject: tune-core2.inc: Drop X86ARCH32 usage X-Git-Tag: yocto-4.0~40303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79b7b1aab5d3d002bfa7a49887d5d834c29eae45;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/tune-core2.inc b/meta/conf/machine/include/tune-core2.inc index 874af8baa86..25c2226c273 100644 --- a/meta/conf/machine/include/tune-core2.inc +++ b/meta/conf/machine/include/tune-core2.inc @@ -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