summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-01-07 10:43:04 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 19:26:29 +0000
commit4d4074040b8ac26d8d139fd3b374bdeb60bfcaf4 (patch)
tree87c62e3fe93c1630db084e48945d4821a06007b2 /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parent206ce5743e1a43461f0b86f3b161dd79b10d20a6 (diff)
downloadpoky-4d4074040b8ac26d8d139fd3b374bdeb60bfcaf4.tar.gz
linux-yocto/3.4: update to v3.4.24
Updating the 3.4 recipes to v3.4.24 stable version. (From OE-Core rev: c3e97905f423e2bab2a0aadf5099ef445f0dd138) 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.bb8
1 files changed, 4 insertions, 4 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 c3f3c4fc98..93adb068fe 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH = "standard/preempt-rt/base" 3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" 4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6LINUX_VERSION ?= "3.4.23" 6LINUX_VERSION ?= "3.4.24"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "14f4a06b2275a9b23c5a5e50da687d4218227981" 11SRCREV_machine ?= "729e8634f75bf10582916eae6b5b96325785c001"
12SRCREV_machine_qemuppc ?= "ebcf52db41ea59f6dfb8824cf214eb2ed0318dac" 12SRCREV_machine_qemuppc ?= "15ce18fac50c49ea4893b0d7ed3d0086ef9c7448"
13SRCREV_meta ?= "6d4cb3c86cde2f37ea1d67933a1d24e45920753c" 13SRCREV_meta ?= "7e0cd2990798aae80565baa17d3b6c771874f284"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"