From: Richard Purdie Date: Wed, 27 Jul 2011 09:34:31 +0000 (+0100) Subject: tune-core2.inc: Drop X86ARCH32 usage X-Git-Tag: 2011-1~603 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=79b7b1aab5d3d002bfa7a49887d5d834c29eae45;p=openembedded-core.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 874af8baa8..25c2226c27 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