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-07-06 22:07:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-10 09:41:53 +0100
commitda2f4a0378d4a03d5b5012d769d2aa9bd1675335 (patch)
tree03ec4f7f60e1538aaec99a61d5154d29c96c24ee /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parent58002d15e2d22c640a6df904a8f7478c7e84cd1b (diff)
downloadpoky-da2f4a0378d4a03d5b5012d769d2aa9bd1675335.tar.gz
linux-yocto/3.4: update to v3.4.52
Updating the 3.4 kernel to the latest korg -stable release. (From OE-Core rev: 5f5cd51eeb93a51b8cad42165b0535e764a01bbf) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.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 1655da8ac6..5e50cde184 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.46" 6LINUX_VERSION ?= "3.4.52"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "2a1d3b50a2889587d0fed92ccb09051a9e300735" 11SRCREV_machine ?= "1a7a6b495dd6f68e3e2a8a716ceabd283da7f480"
12SRCREV_machine_qemuppc ?= "0168221d2c818898b69890624e1aacbb8ec1aea9" 12SRCREV_machine_qemuppc ?= "0ce0666df1e29a74ccfd65bbcf8286b2e632cc3f"
13SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac" 13SRCREV_meta ?= "7250de4d4afc2558082cd42b8a0d151903436e8f"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"