From: Richard Purdie Date: Sun, 25 Jul 2010 14:20:58 +0000 (+0100) Subject: emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. Need to... X-Git-Tag: 2011-1~5061 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=78292128a68d57bacac49ef6beabfae8b706d748;p=openembedded-core.git emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. Need to revisit this issue later Signed-off-by: Richard Purdie --- diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 47c5a61b3d..e5f85a7775 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -4,7 +4,7 @@ #@DESCRIPTION: Machine configuration for eMenlow based systems, like the # Webs-2120 box. -TARGET_ARCH = "i686" +TARGET_ARCH = "i586" PACKAGE_EXTRA_ARCHS = "x86 core2" include conf/machine/include/tune-atom.inc