diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-06-21 23:02:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-28 16:23:17 +0100 |
commit | 9cec3f55cd2381c5d69c6f0911bd985311e2baf9 (patch) | |
tree | 17e17fa4f0acccbc68d8ef11733be655f6a045b6 /meta/recipes-kernel | |
parent | 529d07cf663e671140ea99877e73db091d5a9734 (diff) | |
download | openembedded-core-9cec3f55cd2381c5d69c6f0911bd985311e2baf9.tar.gz openembedded-core-9cec3f55cd2381c5d69c6f0911bd985311e2baf9.tar.bz2 openembedded-core-9cec3f55cd2381c5d69c6f0911bd985311e2baf9.zip |
linux-yocto-rt/3.4: update qemuppc branch
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | 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 fabbb978d6..295fe27e7b 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" |