]> code.ossystems Code Review - openembedded-core.git/commitdiff
emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. Need to...
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 25 Jul 2010 14:20:58 +0000 (15:20 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 25 Jul 2010 14:20:58 +0000 (15:20 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-emenlow/conf/machine/emenlow.conf

index 47c5a61b3d80a77eeaba372ffd1401d07d9aaafd..e5f85a7775be54f579d39ed639c0b410869e7663 100644 (file)
@@ -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