From patchwork Wed Jun 27 15:43:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,09/20] linux-yocto-rt/3.4: update qemuppc branch Date: Wed, 27 Jun 2012 15:43:14 -0000 From: Saul Wold X-Patchwork-Id: 30747 Message-Id: To: openembedded-core@lists.openembedded.org From: Bruce Ashfield 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 --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index fabbb97..295fe27 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb @@ -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"