From: Andrew Wilcox Date: Tue, 12 Dec 2006 18:47:42 +0000 (+0000) Subject: storcenter.conf: remove IPKG_ARCHS in favor of PACKAGE_EXTRA_ARCHS X-Git-Tag: Release-2010-05/1~9453^2~171^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd9a375ad327acbe3d013767b630b05393fab0f;p=openembedded.git storcenter.conf: remove IPKG_ARCHS in favor of PACKAGE_EXTRA_ARCHS --- diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf index 2c21b521c3..a36684b758 100644 --- a/conf/machine/storcenter.conf +++ b/conf/machine/storcenter.conf @@ -1,7 +1,7 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" # TARGET_VENDOR = "oe" -IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0"