[oe-commits] Marcin Juszkiewicz : alix: set PACKAGE_EXTRA_ARCHS only in tune-geodelx. inc - closes #4943

GIT User account git at amethyst.openembedded.net
Mon Dec 29 15:46:12 UTC 2008


Module: openembedded.git
Branch: ulf/atmel
Commit: d6fbdc2b09df88b66008ea72c92cbe20f1de703e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d6fbdc2b09df88b66008ea72c92cbe20f1de703e

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sun Dec 28 21:07:55 2008 +0100

alix: set PACKAGE_EXTRA_ARCHS only in tune-geodelx.inc - closes #4943

---

 conf/machine/alix.conf                |    1 -
 conf/machine/include/tune-geodelx.inc |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf
index f442394..7b9aa98 100644
--- a/conf/machine/alix.conf
+++ b/conf/machine/alix.conf
@@ -7,7 +7,6 @@
 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
 TARGET_ARCH = "i586"
 
-PACKAGE_EXTRA_ARCHS = "x86 i386 i486 geode"
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 
diff --git a/conf/machine/include/tune-geodelx.inc b/conf/machine/include/tune-geodelx.inc
index 149177f..4e146f4 100644
--- a/conf/machine/include/tune-geodelx.inc
+++ b/conf/machine/include/tune-geodelx.inc
@@ -3,7 +3,7 @@
 #
 TARGET_CC_ARCH = "-march=k6-2"
 BASE_PACKAGE_ARCH = "geode"
-PACKAGE_EXTRA_ARCHS += "x86 geode"
+PACKAGE_EXTRA_ARCHS += "x86 i386 i486 geode"
 
 FEED_ARCH = "geode"
 





More information about the Openembedded-commits mailing list