diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-01-21 15:53:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 22:38:33 +0100 |
commit | 5eb9911fd8c0c83d51c377b088c85ee10605376f (patch) | |
tree | 0bc041f20504a1faafbb885a69a782c352addd35 | |
parent | 9b5eb3b534e0153e40a16b7b83d6eaa2dc0f155e (diff) | |
download | openembedded-core-5eb9911fd8c0c83d51c377b088c85ee10605376f.tar.gz openembedded-core-5eb9911fd8c0c83d51c377b088c85ee10605376f.tar.bz2 openembedded-core-5eb9911fd8c0c83d51c377b088c85ee10605376f.zip |
linux-yocto/3.17: update to v3.17.8
Updating to the latest korg stable version.
(From OE-Core rev: 4d342c2531bbb33c9101dcd7a669a620c8cf6917)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Conflicts:
meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
meta/recipes-kernel/linux/linux-yocto_3.17.bb
remove arm64, not supported in dizzy.
-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 5762f3b43e..853f8d0289 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-rc7" +LINUX_VERSION ?= "3.17.8" KMETA = "meta" -SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" -SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a" +SRCREV_machine ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" +SRCREV_meta ?= "f24c2bf9c298595d00a9d8600841f2b0206e1fba" 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 02f10a3aaf..bba070e0e2 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 ?= "d156e4658a13349f7a30adafd436e32fb722d248" -SRCREV_machine_qemumips ?= "5aa58a6ca9d4efe79ddf66c9d09695b42c84a3b6" -SRCREV_machine_qemuppc ?= "cc4943bf3b93f9c424b63c357ab2c9f71384f3ac" -SRCREV_machine_qemux86 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" -SRCREV_machine_qemux86-64 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" -SRCREV_machine_qemumips64 ?= "798c30525b1e0eacfa3ff97c4bb17c45b9b4b220" -SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" -SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a" +SRCREV_machine_qemuarm ?= "12991e8ac40c51ef3e337f17f12aa59c6500fc7f" +SRCREV_machine_qemumips ?= "1f4735ed314defc95ab9929258ad12844cc2c676" +SRCREV_machine_qemuppc ?= "3231dececf867215ecab7c7f9ec3a7a7640a3f32" +SRCREV_machine_qemux86 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" +SRCREV_machine_qemux86-64 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" +SRCREV_machine_qemumips64 ?= "7005c584078109dae03567e9c597a847a2bc5136" +SRCREV_machine ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" +SRCREV_meta ?= "f24c2bf9c298595d00a9d8600841f2b0206e1fba" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -LINUX_VERSION ?= "3.17-rc7" +LINUX_VERSION ?= "3.17.8" PV = "${LINUX_VERSION}+git${SRCPV}" |