mpc83x3e-rdb machines: Use ?= for virtual/kernel so it can be user-configured.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 25 Feb 2008 22:57:36 +0000 (22:57 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 25 Feb 2008 22:57:36 +0000 (22:57 +0000)
conf/machine/mpc8313e-rdb.conf
conf/machine/mpc8323e-rdb.conf

index a43f621..31f13b0 100644 (file)
@@ -5,8 +5,8 @@
 TARGET_ARCH = "powerpc"
 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
-PREFERRED_VERSION_u-boot = "git"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux"
+PREFERRED_VERSION_u-boot ?= "git"
 
 MACHINE_FEATURES = "kernel26 usbhost ext2"
 
index 38f3b19..db1a7cc 100644 (file)
@@ -6,7 +6,7 @@ TARGET_ARCH = "powerpc"
 TARGET_FPU ?= "soft"
 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux"
 
 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"