| Submitter | Bruce Ashfield |
|---|---|
| Date | June 25, 2012, 4:59 p.m. |
| Message ID | <e2d1f84f0aa869f5ba63f8fe4d5e510b48c1d1c6.1340643139.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/30625/ |
| State | Accepted |
| Commit | 9cec3f55cd2381c5d69c6f0911bd985311e2baf9 |
| Headers | show |
Comments
Patch
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"
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)