summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-03-16 11:10:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 14:37:38 +0000
commitfcc7e806761b251bfcffbd81ef9e25116da2f1e1 (patch)
treef4c12ba58dcc41bdb181ac915c256f43158f6974 /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
parent81125c72205ea2e61873f4b02b9c0d7de6c6a5ee (diff)
downloadpoky-fcc7e806761b251bfcffbd81ef9e25116da2f1e1.tar.gz
linux-yocto/3.0: update to v3.0.24
Updating the meta and machine branches to the latest 3.0 -stable release. To see the full changelog: git log v3.0.23..v3.0.24 (From OE-Core rev: 7ed5780cbae6b60adeb56d4d3deb0b82c2dfec70) 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.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index a9a921d0fc..d8644b763e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be"
11KBRANCH = "yocto/standard/preempt-rt/base" 11KBRANCH = "yocto/standard/preempt-rt/base"
12KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" 12KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32"
13 13
14LINUX_VERSION ?= "3.0.23" 14LINUX_VERSION ?= "3.0.24"
15LINUX_KERNEL_TYPE = "preempt-rt" 15LINUX_KERNEL_TYPE = "preempt-rt"
16 16
17SRCREV_machine ?= "49d1d57f98a9ac378a1f12f5d23301c11495a5df" 17SRCREV_machine ?= "cf280f1dc5877d4ca43d21307222326efa68bb27"
18SRCREV_machine_qemuppc ?= "7b3162e269c49c6a4653d43292c62c188add8d67" 18SRCREV_machine_qemuppc ?= "afaa5baa6a9ca9c8a03a9a3eee2ba9fba089f416"
19SRCREV_meta ?= "cac43c16d4c0cbbb857c9c110195208629975b06" 19SRCREV_meta ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
20 20
21PR = "r2" 21PR = "r2"
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"