summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-06-17 11:26:13 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 17:56:57 +0100
commit3b65c42bbb1c0d45d8acd4fdf13bc7771cc1c9c0 (patch)
tree5357f6147c9f84872f811e9d4b79d5f4086dc5e1 /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parentc9743d3b37639e38d25cb1679517f7b25d58575d (diff)
downloadpoky-3b65c42bbb1c0d45d8acd4fdf13bc7771cc1c9c0.tar.gz
linux-yocto/3.4: update to v3.4.91
Updating to the latest korg -stable release. (From OE-Core rev: 4121ab3a6ebfa9f8c33157a70533069ef1067fae) 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 493317c382..e01ffeec7a 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.88" 6LINUX_VERSION ?= "3.4.91"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "990282c0af215b2d4261c5c6dacbb27d7248f4f4" 11SRCREV_machine ?= "5993b0a650d24f810edb22bab577287d0c6d4f4b"
12SRCREV_machine_qemuppc ?= "c1d13a32b44fab908fe821f67ac7947195385652" 12SRCREV_machine_qemuppc ?= "765d61e4883bb6db3be516722465f2e8d1fc73cd"
13SRCREV_meta ?= "03cd6f841fd2566b033db19eb6665228ea406adf" 13SRCREV_meta ?= "a8742041c8b9f447d4ad4c3f478e022f1e4bfcfd"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"