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-08-28 18:05:08 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-28 23:33:25 +0100
commita79afb3c913f90966a05f7dcc9059e0657f247fc (patch)
tree91efe286ed89ed1d48b1f4961783b72c15bc0127 /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parent8b36aa4092a344c4a616228d0ae73210c20ddfae (diff)
downloadpoky-a79afb3c913f90966a05f7dcc9059e0657f247fc.tar.gz
linux-yocto/3.4: v3.4.59, mohonpeak
This is a standard refresh of the 3.4 LTSI kernel to include v3.4.59 and to introduce the updated mohonpeak BSP. Build and boot testing on qemu showed no issues. (From OE-Core rev: 3f8d61517d31c3351a45f95adbd81e1c0147b98e) 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 ec5320685d..632d6245bb 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.52" 6LINUX_VERSION ?= "3.4.59"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "516cc41b2f9a93d77fe6713bb6dfec20aa24f5ce" 11SRCREV_machine ?= "2c997de11fbd934bdfe407b7f529b6561a476ea2"
12SRCREV_machine_qemuppc ?= "a96230572ba5bc05decb7bcaa81b02e972d6841b" 12SRCREV_machine_qemuppc ?= "3d2eb9c9a5c0c0b0048f687b3666b42cca26c7f2"
13SRCREV_meta ?= "7250de4d4afc2558082cd42b8a0d151903436e8f" 13SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"