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-02-28 14:49:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-12 18:33:29 +0000
commit62e5e3ec2c77b5ddf3136f55a556088bd3d17570 (patch)
tree17dd973ff39540d7d6dfa56945eb66e922e11b2d /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parenta3116c1002dbb411dee0266eeb4cefb58d24ad74 (diff)
downloadpoky-62e5e3ec2c77b5ddf3136f55a556088bd3d17570.tar.gz
linux-yocto/3.4: update to v3.4.34 and LTSI refresh
Updating the 3.4 SRCREVs to incorporate the -stable release of 3.4.34 and the latest LTSI fixes up to [36a9caf 2 more fixes added]. (From OE-Core rev: e5602b0414fca0183d5aa90d9b462ac8e8401cbb) 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 50cf953e5e..65ebc460ad 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.28" 6LINUX_VERSION ?= "3.4.34"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "3d56b103cd7072d520c395194e620aba2f6e52e3" 11SRCREV_machine ?= "96730f882e5b3f60d259ef41ed7c18c95512194a"
12SRCREV_machine_qemuppc ?= "09178bc8825d6fb66ddcb1785f20a022c4ba2efd" 12SRCREV_machine_qemuppc ?= "9a013a2a1facf949d9f8cc1b2a291651235c75ea"
13SRCREV_meta ?= "c0b1845314cebb21694dbb4459fcc6f80feb01d0" 13SRCREV_meta ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"