summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-07-02 00:34:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:33 +0100
commita3d231bddcdb45f4ab0e6c98bb957876515e7892 (patch)
treec936bf431f6247640bf207393719de6c21cadddf /meta
parent5783db46228d8289b8e614ce4616ebf43edddaf0 (diff)
downloadpoky-a3d231bddcdb45f4ab0e6c98bb957876515e7892.tar.gz
linux-yocto/3.4: update preempt-rt to 3.4.4-rt13
Updating preempt-rt in the 3.4 kernel to the latest upstream version 3.4.4-rt13. (From OE-Core rev: f5ed8bc876fd24e4f08d29da06454037eec818e6) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb2
2 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 f85683709c..44d944ffbd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,9 +8,9 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "e24c02204c70e9280115d6512eb54c884dee5fa7" 11SRCREV_machine ?= "684f3c1886618c919b54e8b362e72da3d128c532"
12SRCREV_machine_qemuppc ?= "b610e46c0ae57e483449c08619d92b8531e75ef5" 12SRCREV_machine_qemuppc ?= "fb15c26f9deae3912ca7e2aaf8c818127ef27d82"
13SRCREV_meta ?= "9b7c74bc8e205edb403744098b9d62690c25803e" 13SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index b21c15d14f..fe6f6cdaf9 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -16,7 +16,7 @@ SRCREV_machine_qemuppc ?= "bc74ca65c9cae025861455d7f0a259458cd4a829"
16SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" 16SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
17SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" 17SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
18SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f" 18SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f"
19SRCREV_meta ?= "9b7c74bc8e205edb403744098b9d62690c25803e" 19SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
22 22