conf/machine/{various}.conf: cleanup PACKAGE_EXTRA_ARCHS for powerpc machines
authorJeremy Laine <jeremy.laine@m4x.org>
Tue, 22 Apr 2008 07:50:11 +0000 (07:50 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Tue, 22 Apr 2008 07:50:11 +0000 (07:50 +0000)
conf/machine/dht-walnut.conf
conf/machine/efika.conf
conf/machine/mpc8313e-rdb.conf
conf/machine/mpc8323e-rdb.conf
conf/machine/sequoia.conf
conf/machine/turbostation.conf

index 6eeb088..25fb5b1 100644 (file)
@@ -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"
index a41005b..19c74fb 100644 (file)
@@ -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}"
 
index a49973f..a2c37db 100644 (file)
@@ -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"
 
index db1a7cc..fcd15ad 100644 (file)
@@ -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"
 
index b391f4e..213710c 100644 (file)
@@ -6,7 +6,7 @@
 
 
 TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all  ${MACHINE} ppc ppc440e"
+PACKAGE_EXTRA_ARCHS = "ppc440e"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
index 5c86a5f..6d93629 100644 (file)
@@ -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"