]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto: mpc8315e-rdb change preferred version to 3.4
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 9 Jul 2012 21:17:14 +0000 (17:17 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jul 2012 15:44:29 +0000 (16:44 +0100)
Update the yocto hardware reference platform to use the
3.4 kernel by default.

This platform is supported in mainline, so no patch carry
forward or similar is required.  Tested via NFS booting the
kernel on real hardware with 3.4.1 and things just work as-is.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/machine/mpc8315e-rdb.conf

index 03b5f34c67cac218fe58df7a63ec79f609484a9c..fe4612ae5e3a6e90a6581f1e1d3f59f33a3fd7bc 100644 (file)
@@ -11,7 +11,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
 
 MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
 
-PREFERRED_VERSION_linux-yocto ?= "3.0%"
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"