[oe-commits] Leon Woestenberg : machine/ion.conf: Adjust machine arch settings.

git version control git at git.openembedded.org
Tue Dec 8 12:38:03 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: bd5615828b792daa4db05ead8bdd4e903cd737e3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd5615828b792daa4db05ead8bdd4e903cd737e3

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Dec  6 22:21:07 2009 +0100

machine/ion.conf: Adjust machine arch settings.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 conf/machine/include/tune-atom.inc |    5 +++--
 conf/machine/ion.conf              |    2 --
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc
index a7dd04f..44058c1 100644
--- a/conf/machine/include/tune-atom.inc
+++ b/conf/machine/include/tune-atom.inc
@@ -1,8 +1,9 @@
 # GCC 4.3.0- (see Poky)
 # TARGET_CC_ARCH = "-march=i586"
-#
 # GCC 4.3.1+ (see Gentoo)
 TARGET_CC_ARCH = "-march=core2"
-
 # GCC 4.4.2+ (see Fedora 12)
 #TARGET_CC_ARCH = "-march=i686 -mtune=atom"
+BASE_PACKAGE_ARCH = "i686"
+FEED_ARCH = "i686"
+PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586"
\ No newline at end of file
diff --git a/conf/machine/ion.conf b/conf/machine/ion.conf
index f58219b..23b3cf7 100644
--- a/conf/machine/ion.conf
+++ b/conf/machine/ion.conf
@@ -8,8 +8,6 @@ TARGET_ARCH = "i686"
 
 #MACHINE_ARCH = "core2"
 
-PACKAGE_EXTRA_ARCHS = "x86"
-
 include conf/machine/include/tune-atom.inc
 
 MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \





More information about the Openembedded-commits mailing list