summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-21 23:02:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-28 16:26:43 +0100
commitf6bc24334f42ae3c142977f6dfda6ed9401bdc0e (patch)
tree20666a0070a42a982deb85d67befb674dffb2a35 /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parent3426c8bfa4b45727202e01f0d5d76b7021d04a8c (diff)
downloadpoky-f6bc24334f42ae3c142977f6dfda6ed9401bdc0e.tar.gz
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. (From OE-Core rev: 9cec3f55cd2381c5d69c6f0911bd985311e2baf9) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
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
2require recipes-kernel/linux/linux-yocto.inc 2require recipes-kernel/linux/linux-yocto.inc
3 3
4KBRANCH = "standard/preempt-rt/base" 4KBRANCH = "standard/preempt-rt/base"
5KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" 5KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
6 6
7LINUX_VERSION ?= "3.4.3" 7LINUX_VERSION ?= "3.4.3"
8LINUX_KERNEL_TYPE = "preempt-rt" 8LINUX_KERNEL_TYPE = "preempt-rt"