[oe-commits] Tom Rini : p2020rdb: Switch to linux-powerpc-fsl for kernel

git version control git at git.openembedded.org
Tue May 17 01:02:15 UTC 2011


Module: openembedded.git
Branch: master
Commit: dc57d5696f87d1c3c658cb2c38398b9e68234f61
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=dc57d5696f87d1c3c658cb2c38398b9e68234f61

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon May 16 17:58:09 2011 -0700

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 at mentor.com>

---

 conf/machine/p2020rdb.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 8838925..1bdf4fd 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"
 





More information about the Openembedded-commits mailing list