From: Kalev Lember Date: Thu, 23 Oct 2008 20:21:55 +0000 (+0300) Subject: i?86-generic.conf: remove duplicate entries from PACKAGE_EXTRA_ARCHS X-Git-Tag: Release-2010-05/1~5695^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f917e9830ec25491e0a9684130086ac68c403c;p=openembedded.git 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 --- diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf index e715eeb83b..7918131cd3 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 685d763e6d..b4d254ca50 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"