]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-rt/3.4: update qemuppc branch
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 22 Jun 2012 03:02:58 +0000 (23:02 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jun 2012 15:23:17 +0000 (16:23 +0100)
The 3.4 kernel adopted the qemu machine name for the kernel branches, so
the 3.4-rt recipe needs to be updated to reflect that.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb

index fabbb978d69ed27245b9a158a2218db64be1a652..295fe27e7ba6aa80aa119035436bd4c2b46dd75f 100644 (file)
@@ -2,7 +2,7 @@ inherit kernel
 require recipes-kernel/linux/linux-yocto.inc
 
 KBRANCH = "standard/preempt-rt/base"
-KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
+KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
 LINUX_VERSION ?= "3.4.3"
 LINUX_KERNEL_TYPE = "preempt-rt"