diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-07-02 00:34:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 17:40:33 +0100 |
commit | a3d231bddcdb45f4ab0e6c98bb957876515e7892 (patch) | |
tree | c936bf431f6247640bf207393719de6c21cadddf /meta | |
parent | 5783db46228d8289b8e614ce4616ebf43edddaf0 (diff) | |
download | poky-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.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
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 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "e24c02204c70e9280115d6512eb54c884dee5fa7" | 11 | SRCREV_machine ?= "684f3c1886618c919b54e8b362e72da3d128c532" |
12 | SRCREV_machine_qemuppc ?= "b610e46c0ae57e483449c08619d92b8531e75ef5" | 12 | SRCREV_machine_qemuppc ?= "fb15c26f9deae3912ca7e2aaf8c818127ef27d82" |
13 | SRCREV_meta ?= "9b7c74bc8e205edb403744098b9d62690c25803e" | 13 | SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.0" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${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" | |||
16 | SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" | 16 | SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" |
17 | SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" | 17 | SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" |
18 | SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f" | 18 | SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f" |
19 | SRCREV_meta ?= "9b7c74bc8e205edb403744098b9d62690c25803e" | 19 | SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af" |
20 | 20 | ||
21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
22 | 22 | ||