From: Stefan Schmidt Date: Wed, 22 Oct 2008 13:19:07 +0000 (+0200) Subject: tune-geodelx.inc: Move in PACKAGE_EXTRA_ARCH from xo.conf X-Git-Tag: Release-2010-05/1~5592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048cdb22d64da127b883b41a3dec8a1a857dac16;p=openembedded.git tune-geodelx.inc: Move in PACKAGE_EXTRA_ARCH from xo.conf --- diff --git a/conf/machine/include/tune-geodelx.inc b/conf/machine/include/tune-geodelx.inc index 7e6562ad46..149177f706 100644 --- a/conf/machine/include/tune-geodelx.inc +++ b/conf/machine/include/tune-geodelx.inc @@ -3,5 +3,7 @@ # TARGET_CC_ARCH = "-march=k6-2" BASE_PACKAGE_ARCH = "geode" +PACKAGE_EXTRA_ARCHS += "x86 geode" + FEED_ARCH = "geode" diff --git a/conf/machine/xo.conf b/conf/machine/xo.conf index d5e5940291..9223f1678f 100644 --- a/conf/machine/xo.conf +++ b/conf/machine/xo.conf @@ -6,7 +6,6 @@ TARGET_ARCH = "i586" -PACKAGE_EXTRA_ARCHS = "x86 geode" PREFERRED_PROVIDER_virtual/kernel = "linux-xo" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"