aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-16 17:58:09 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-16 17:59:22 -0700
commitdc57d5696f87d1c3c658cb2c38398b9e68234f61 (patch)
tree43b008d2d219c61c68f879043e872836a4e76a57 /conf
parent599426ea8f8647c8b5adec4ff4b702e9388a1542 (diff)
downloadopenembedded-dc57d5696f87d1c3c658cb2c38398b9e68234f61.tar.gz
p2020rdb: Switch to linux-powerpc-fsl for kernel
The 'linux' recipe has never been an actual good provider of a kernel for this machine so for now switch to the recipe which does support it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p2020rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 88389250f2..1bdf4fd19a 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -6,7 +6,7 @@
TARGET_ARCH = "powerpc"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-powerpc-fsl"
MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"