]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
beagleboard: update to 3.4
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 24 Sep 2012 20:31:06 +0000 (16:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Sep 2012 09:41:29 +0000 (10:41 +0100)
Updating the default preference of the beagleboard to the 3.4
kernel.

build, boot and testing has been done on the beagleboard (revC) and
beagleboard XM. Existing functionality has been confirmed using
core-image-sato, and in particular mouse, keyboard and graphics have
been re-validated.

(From meta-yocto rev: 32c46737618a7e2b084d807a901000ae9abc1354)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/conf/machine/beagleboard.conf
meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend

index dbce1e242681d4ca4655d7d2fc47ab5aa4485fcd..6633880da1ff0a453c8419a89afd337bd2308b98 100644 (file)
@@ -29,7 +29,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
 SERIAL_CONSOLE = "115200 ttyO2"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "3.0%"
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
 
 KERNEL_IMAGETYPE = "uImage"
 
index b1ee9526ba29be9e689c1a9da40fdca5345cb3eb..6a6176ec1ab73d72e24dc9b76fc9cb0539006f67 100644 (file)
@@ -11,5 +11,5 @@ SRCREV_machine_beagleboard ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
-COMPATIBLE_MACHINE_beagleboard = "beagleboard"
+COMPATIBLE_MACHINE_beagleboard = "beagleboard"
 COMPATIBLE_MACHINE_atom-pc = "atom-pc"