aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-09-01 09:47:13 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-09-01 09:47:13 +0000
commit03445602a25e64aec3ddd7b2fb5d3f5a486e0940 (patch)
tree43f85dfe70d6f47dfe7b3787d229632d5a5846bc /conf
parent827fb480a5bf6e745f4b76ebb51895e1de7e99ae (diff)
downloadopenembedded-03445602a25e64aec3ddd7b2fb5d3f5a486e0940.tar.gz
machines/rootfs_ipk.bbclass: switched to IPKG_EXTRA_ARCHS like it is done in .dev
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/collie.conf1
-rw-r--r--conf/machine/include/zaurus-clamshell.conf2
-rw-r--r--conf/machine/poodle.conf2
-rw-r--r--conf/machine/tosa.conf2
4 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index 80f7a9cf89..2f3651d1d4 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -3,7 +3,6 @@
#@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm ${MACHINE}"
ZKERNEL_VERSION ?= "2.6"
include conf/machine/include/collie-${ZKERNEL_VERSION}.conf
diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf
index 51ac6b7fa6..0012bf7f6f 100644
--- a/conf/machine/include/zaurus-clamshell.conf
+++ b/conf/machine/include/zaurus-clamshell.conf
@@ -1,5 +1,5 @@
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
+IPKG_EXTRA_ARCHS = "armv4 armv5te"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf
index de6d70a321..db1dc0f683 100644
--- a/conf/machine/poodle.conf
+++ b/conf/machine/poodle.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the PXA250 based Sharp Zaurus SL-B500 and SHarp Zaurus SL-5600 devices
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv4 armv5te poodle"
+IPKG_EXTRA_ARCHS = "armv4 armv5te"
ZKERNEL_VERSION ?= "2.6"
include conf/machine/include/poodle-${ZKERNEL_VERSION}.conf
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf
index 0a43cc9d9b..9d1bd0934d 100644
--- a/conf/machine/tosa.conf
+++ b/conf/machine/tosa.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv4 armv5te tosa"
+IPKG_EXTRA_ARCHS = "armv4 armv5te"
ZKERNEL_VERSION ?= "2.6"
include conf/machine/include/tosa-${ZKERNEL_VERSION}.conf