From 9a90556f17f80d022470852b26566a0954519b74 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 27 Jul 2011 10:34:31 +0100 Subject: 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 --- meta/conf/machine/include/tune-core2.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf/machine/include/tune-core2.inc') 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 -- cgit v1.2.3-54-g00ecf