aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/dht-walnut.conf2
-rw-r--r--conf/machine/efika.conf2
-rw-r--r--conf/machine/mpc8313e-rdb.conf3
-rw-r--r--conf/machine/mpc8323e-rdb.conf2
-rw-r--r--conf/machine/sequoia.conf2
-rw-r--r--conf/machine/turbostation.conf2
6 files changed, 6 insertions, 7 deletions
diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf
index 6eeb08825b..25fb5b11a9 100644
--- a/conf/machine/dht-walnut.conf
+++ b/conf/machine/dht-walnut.conf
@@ -5,7 +5,7 @@
#@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP development platform
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "ppc ppc405"
+PACKAGE_EXTRA_ARCHS = "ppc405"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
UBOOT_ENTRYPOINT = "0"
diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf
index a41005bd44..19c74fb301 100644
--- a/conf/machine/efika.conf
+++ b/conf/machine/efika.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the EFIKA development platform: http://www.pegasosppc.com/efika.php
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc603e"
+PACKAGE_EXTRA_ARCHS = "ppc603e"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf
index a49973f64f..a2c37dbdd9 100644
--- a/conf/machine/mpc8313e-rdb.conf
+++ b/conf/machine/mpc8313e-rdb.conf
@@ -3,10 +3,9 @@
#@DESCRIPTION: Machine configuration for the Freescale MPC8313E-RDB
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3"
+PACKAGE_EXTRA_ARCHS = "ppce300c3"
PREFERRED_PROVIDER_virtual/kernel ?= "linux"
-PREFERRED_VERSION_u-boot ?= "git"
MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf
index db1a7ccf16..fcd15ad2ef 100644
--- a/conf/machine/mpc8323e-rdb.conf
+++ b/conf/machine/mpc8323e-rdb.conf
@@ -4,7 +4,7 @@
TARGET_ARCH = "powerpc"
TARGET_FPU ?= "soft"
-PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
+PACKAGE_EXTRA_ARCHS = "ppce300c2"
PREFERRED_PROVIDER_virtual/kernel ?= "linux"
diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf
index b391f4e277..213710c97f 100644
--- a/conf/machine/sequoia.conf
+++ b/conf/machine/sequoia.conf
@@ -6,7 +6,7 @@
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc440e"
+PACKAGE_EXTRA_ARCHS = "ppc440e"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf
index 5c86a5fa2b..6d9362958b 100644
--- a/conf/machine/turbostation.conf
+++ b/conf/machine/turbostation.conf
@@ -1,7 +1,7 @@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
TARGET_FPU = "hard"
-PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+PACKAGE_EXTRA_ARCHS = "ppc603e"
INHERIT += "turbostation-image"