diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-02 04:38:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-10 17:35:16 +0100 |
commit | 4f6259987f2c2bf4b81b6dfe712ae2fb8f18fc53 (patch) | |
tree | 67b9ee9369e525434a906260d3c958c0ada79841 /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |
parent | 4c6d49fe14f2e0397ed5427079f2f64d4b878162 (diff) | |
download | ast2050-yocto-poky-4f6259987f2c2bf4b81b6dfe712ae2fb8f18fc53.zip ast2050-yocto-poky-4f6259987f2c2bf4b81b6dfe712ae2fb8f18fc53.tar.gz |
linux-yocto/3.10: v3.10.35 and emenlow boot fixes
Updating the 3.10 SRCREVs to pick up 3.10.35 and a LTSI cherry pick that
fixes a boot issue with the emenlow.
(From OE-Core rev: f0990363aaeb3f8f7a8e02fc2acb0af2171e4eba)
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.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index fe6773a..98bf996 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb @@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH = "standard/preempt-rt/base" KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" -SRCREV_machine ?= "f4351616572c6ad5a8b71b1becf02c3e779b85b8" -SRCREV_machine_qemuppc ?= "a6dfc85e99633d739068a03d2551e39847628551" -SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" +SRCREV_machine ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459" +SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5" +SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" -LINUX_VERSION ?= "3.10.34" +LINUX_VERSION ?= "3.10.35" PV = "${LINUX_VERSION}+git${SRCPV}" |