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 14:54:09 +0100 |
commit | f5ed8bc876fd24e4f08d29da06454037eec818e6 (patch) | |
tree | 3c45c2856ea6fae62e0c46dfe8100dacb89c6cc4 /meta | |
parent | 3d33b8c8b3be5dcdac30c115b9fec427269db2b4 (diff) | |
download | openembedded-core-f5ed8bc876fd24e4f08d29da06454037eec818e6.tar.gz openembedded-core-f5ed8bc876fd24e4f08d29da06454037eec818e6.tar.bz2 openembedded-core-f5ed8bc876fd24e4f08d29da06454037eec818e6.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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" KMETA = "meta" -SRCREV_machine ?= "e24c02204c70e9280115d6512eb54c884dee5fa7" -SRCREV_machine_qemuppc ?= "b610e46c0ae57e483449c08619d92b8531e75ef5" -SRCREV_meta ?= "9b7c74bc8e205edb403744098b9d62690c25803e" +SRCREV_machine ?= "684f3c1886618c919b54e8b362e72da3d128c532" +SRCREV_machine_qemuppc ?= "fb15c26f9deae3912ca7e2aaf8c818127ef27d82" +SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af" PR = "${INC_PR}.0" 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" SRCREV_machine_qemux86 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" SRCREV_machine_qemux86-64 ?= "d345461f0d52d1a82553c2edd845a8bee908923f" SRCREV_machine ?= "d345461f0d52d1a82553c2edd845a8bee908923f" -SRCREV_meta ?= "9b7c74bc8e205edb403744098b9d62690c25803e" +SRCREV_meta ?= "62cdf67899a36efeab3ac20dcb27f1ebc238d3af" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |