aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-12 18:47:42 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-12 18:47:42 +0000
commit9bd9a375ad327acbe3d013767b630b05393fab0f (patch)
tree00e3152937df16cfa00f99d6a0d06b92edb87e13 /conf
parent37caab783f05a815e88aea503b70cc316b037aa5 (diff)
downloadopenembedded-9bd9a375ad327acbe3d013767b630b05393fab0f.tar.gz
storcenter.conf: remove IPKG_ARCHS in favor of PACKAGE_EXTRA_ARCHS
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/storcenter.conf2
1 files changed, 1 insertions, 1 deletions
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"