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:26:43 +0100 |
commit | f6bc24334f42ae3c142977f6dfda6ed9401bdc0e (patch) | |
tree | 20666a0070a42a982deb85d67befb674dffb2a35 | |
parent | 3426c8bfa4b45727202e01f0d5d76b7021d04a8c (diff) | |
download | poky-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>
-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 | |||
2 | require recipes-kernel/linux/linux-yocto.inc | 2 | require recipes-kernel/linux/linux-yocto.inc |
3 | 3 | ||
4 | KBRANCH = "standard/preempt-rt/base" | 4 | KBRANCH = "standard/preempt-rt/base" |
5 | KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" | 5 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
6 | 6 | ||
7 | LINUX_VERSION ?= "3.4.3" | 7 | LINUX_VERSION ?= "3.4.3" |
8 | LINUX_KERNEL_TYPE = "preempt-rt" | 8 | LINUX_KERNEL_TYPE = "preempt-rt" |