diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-11-13 15:52:12 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 16:44:53 +0000 |
commit | 7ad1c853e252bea024043dc79d89405178393c09 (patch) | |
tree | e5b021fbbc75f16f53254fe6b225a5da5c20c265 /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | |
parent | 7cc39567cc91955eb3014da6fdbafffa5c3148c7 (diff) | |
download | openembedded-core-7ad1c853e252bea024043dc79d89405178393c09.tar.gz openembedded-core-7ad1c853e252bea024043dc79d89405178393c09.tar.bz2 openembedded-core-7ad1c853e252bea024043dc79d89405178393c09.zip |
linux-yocto/3.2: update to v3.2.32 and 3.2.32-rt48
The 3.2 kernel was lagging behind on kernel.org -stable and -rt
updates. Even though no 1.3 BSPs directly use this kernel, it should be
updated for those that may use it.
Sanity test on qemu* for -rt and standard builds.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb index a3900ce391..0c82e16574 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb @@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH = "standard/preempt-rt/base" KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" -LINUX_VERSION ?= "3.2.18" +LINUX_VERSION ?= "3.2.32" LINUX_KERNEL_TYPE = "preempt-rt" KMETA = "meta" -SRCREV_machine ?= "c094363010bd4645e65cc8845dd23e513ac894d1" -SRCREV_machine_qemuppc ?= "8e63a7522e4901c1312f7f53e490027070ffc057" -SRCREV_meta ?= "486f7aec824b4127e91ef53228823e996b3696f0" +SRCREV_machine ?= "d8f7347b67d909a999391c4b6f64447b0ccdc86a" +SRCREV_machine_qemuppc ?= "65c57e1a8656830260aa56a25bc8512dcb68258a" +SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" |