[oe-commits] Kalev Lember : i?86-generic.conf: remove duplicate entries from PACKAGE_EXTRA_ARCHS

GIT User account git at amethyst.openembedded.net
Fri Oct 24 05:53:02 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a2f917e9830ec25491e0a9684130086ac68c403c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2f917e9830ec25491e0a9684130086ac68c403c

Author: Kalev Lember <kalev at smartlink.ee>
Date:   Thu Oct 23 23:21:55 2008 +0300

i?86-generic.conf: remove duplicate entries from PACKAGE_EXTRA_ARCHS

* fixes breakage caused by the commit which moved PACKAGE_EXTRA_ARCHS
  into the tune files

---

 conf/machine/i586-generic.conf |    2 +-
 conf/machine/i686-generic.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf
index e715eeb..7918131 100644
--- a/conf/machine/i586-generic.conf
+++ b/conf/machine/i586-generic.conf
@@ -6,7 +6,7 @@
 
 
 TARGET_ARCH = "i586"
-PACKAGE_EXTRA_ARCHS = "x86 i386 i486"
+PACKAGE_EXTRA_ARCHS = "x86"
 
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf
index 685d763..b4d254c 100644
--- a/conf/machine/i686-generic.conf
+++ b/conf/machine/i686-generic.conf
@@ -6,7 +6,7 @@
 
 
 TARGET_ARCH = "i686"
-PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
+PACKAGE_EXTRA_ARCHS = "x86"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"





More information about the Openembedded-commits mailing list