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:33:53 +0100 |
commit | f0990363aaeb3f8f7a8e02fc2acb0af2171e4eba (patch) | |
tree | 2ad15ec12269ff051697077f5952c791322741b4 /meta/recipes-kernel/linux/linux-yocto_3.10.bb | |
parent | c6fe4b287c204d31a9ab86e3f38336d8828903ee (diff) | |
download | openembedded-core-f0990363aaeb3f8f7a8e02fc2acb0af2171e4eba.tar.gz openembedded-core-f0990363aaeb3f8f7a8e02fc2acb0af2171e4eba.tar.bz2 openembedded-core-f0990363aaeb3f8f7a8e02fc2acb0af2171e4eba.zip |
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.
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_3.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 10f4072021..f275693ae4 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb @@ -11,18 +11,18 @@ KBRANCH_qemux86 = "standard/common-pc/base" KBRANCH_qemux86-64 = "standard/common-pc-64/base" KBRANCH_qemumips64 = "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "52a6807f42846c7d1442e11227722f59221fc64e" -SRCREV_machine_qemumips ?= "b6b20f49e9a169a0672b7cc2d7b93d6652ca7873" -SRCREV_machine_qemuppc ?= "d71b782615b802c78e1586494b94dd40531775c8" -SRCREV_machine_qemux86 ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" -SRCREV_machine_qemux86-64 ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" -SRCREV_machine_qemumips64 ?= "88abb1eb327f4e3c711d19a228cb153fdd9b3506" -SRCREV_machine ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" -SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" +SRCREV_machine_qemuarm ?= "7b466aae62395490769f96635bd077ee8f313f18" +SRCREV_machine_qemumips ?= "cc5059ae360e0586375bbd1ed46e1e6f3e267dea" +SRCREV_machine_qemuppc ?= "663a3068c9756137a84bbfb3a76eeae7cb4373e1" +SRCREV_machine_qemux86 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" +SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" +SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337" +SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" +SRCREV_meta ?= "b6e58b33dd427fe471f8827c83e311acdf4558a4" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -LINUX_VERSION ?= "3.10.34" +LINUX_VERSION ?= "3.10.35" PV = "${LINUX_VERSION}+git${SRCPV}" |