diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-15 10:11:49 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-20 11:24:04 +0000 |
commit | 82f93cfed946fb56e53997bf6a873480bb6d3fc5 (patch) | |
tree | 7d983c42c088d72b4b839d1d08796fb1976bbdbc /meta/recipes-kernel | |
parent | 7deb1f670c188c24744b7888a2d2f73c2a8ddff7 (diff) | |
download | openembedded-core-82f93cfed946fb56e53997bf6a873480bb6d3fc5.tar.gz openembedded-core-82f93cfed946fb56e53997bf6a873480bb6d3fc5.tar.bz2 openembedded-core-82f93cfed946fb56e53997bf6a873480bb6d3fc5.zip |
linux-yocto/3.17: update to v3.17.1
Updating to the kver to the latest korg stable update. This fixes some
important bugs (as well as the usual mix of more minor ones), in particular
libata bugs and SSD corruption issues are fixed.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb index 77855d956e..357e050a24 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb @@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "3.17" +LINUX_VERSION ?= "3.17.1" KMETA = "meta" -SRCREV_machine ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5" -SRCREV_meta ?= "9ba007f8d0abf3cc5499e8eee13065b7f0713e81" +SRCREV_machine ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" +SRCREV_meta ?= "229ce533868773f201f9ab36e2b4248b381309ec" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb index 3838dbfa57..872441389d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb @@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc" KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "e86f70699655d1f5bf2518c8dcdb949a39161c86" -SRCREV_machine_qemumips ?= "0acaa5991a61fbab0d897157049ac2e638e9c7bf" -SRCREV_machine_qemuppc ?= "50e33fec112527de12c2833cd8a283dd4a75ae33" -SRCREV_machine_qemux86 ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5" -SRCREV_machine_qemux86-64 ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5" -SRCREV_machine_qemumips64 ?= "c0558aaa8251a022447a4ac782d4e707401c52d3" -SRCREV_machine ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5" -SRCREV_meta ?= "9ba007f8d0abf3cc5499e8eee13065b7f0713e81" +SRCREV_machine_qemuarm ?= "6b57ab98e37cda3b4a4cd50483a43e053ae73d1b" +SRCREV_machine_qemumips ?= "80b24085b50144088cdfca737b5925a15ae9e312" +SRCREV_machine_qemuppc ?= "12a5e6b10d6d34878f26592160ff64668b021ab4" +SRCREV_machine_qemux86 ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" +SRCREV_machine_qemux86-64 ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" +SRCREV_machine_qemumips64 ?= "3b77b2d556103b86f787913385a7655b92adcc03" +SRCREV_machine ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" +SRCREV_meta ?= "229ce533868773f201f9ab36e2b4248b381309ec" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -LINUX_VERSION ?= "3.17" +LINUX_VERSION ?= "3.17.1" PV = "${LINUX_VERSION}+git${SRCPV}" |