diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-01-21 15:53:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:30 +0000 |
commit | ef3fa6011b6c42ea2a3cd05b980895293724da77 (patch) | |
tree | ccf67690f53494a709dafbaff9aad4191efca0fb /meta | |
parent | d0fe36e78ea31c8d59b881d8829f549621f7eb92 (diff) | |
download | poky-ef3fa6011b6c42ea2a3cd05b980895293724da77.tar.gz |
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>
Diffstat (limited to 'meta')
-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 | 20 |
2 files changed, 13 insertions, 13 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 bf2076f208..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" | |||
4 | 4 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "3.17.6" | 7 | LINUX_VERSION ?= "3.17.8" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "5ff54d8fbf74278e9e5074cbba516a14f0915ff7" | 11 | SRCREV_machine ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" |
12 | SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40" | 12 | SRCREV_meta ?= "f24c2bf9c298595d00a9d8600841f2b0206e1fba" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb index 973d8aaa84..f57d9c2002 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb | |||
@@ -11,19 +11,19 @@ KBRANCH_qemux86 ?= "standard/common-pc" | |||
11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "a1183153c56ace9f9140c73ce730ec181f78dc0f" | 14 | SRCREV_machine_qemuarm ?= "12991e8ac40c51ef3e337f17f12aa59c6500fc7f" |
15 | SRCREV_machine_qemuarm64 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36" | 15 | SRCREV_machine_qemuarm64 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" |
16 | SRCREV_machine_qemumips ?= "18c8db2009f25524a29a5258d041e0442c10817d" | 16 | SRCREV_machine_qemumips ?= "1f4735ed314defc95ab9929258ad12844cc2c676" |
17 | SRCREV_machine_qemuppc ?= "6d2bbdac0e6560542fa2252d91eee9ae0f17f9c7" | 17 | SRCREV_machine_qemuppc ?= "3231dececf867215ecab7c7f9ec3a7a7640a3f32" |
18 | SRCREV_machine_qemux86 ?= "5ff54d8fbf74278e9e5074cbba516a14f0915ff7" | 18 | SRCREV_machine_qemux86 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" |
19 | SRCREV_machine_qemux86-64 ?= "5ff54d8fbf74278e9e5074cbba516a14f0915ff7" | 19 | SRCREV_machine_qemux86-64 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" |
20 | SRCREV_machine_qemumips64 ?= "2306cb2dd019c8b731879331ba314035a7271e7b" | 20 | SRCREV_machine_qemumips64 ?= "7005c584078109dae03567e9c597a847a2bc5136" |
21 | SRCREV_machine ?= "5ff54d8fbf74278e9e5074cbba516a14f0915ff7" | 21 | SRCREV_machine ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" |
22 | SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40" | 22 | SRCREV_meta ?= "f24c2bf9c298595d00a9d8600841f2b0206e1fba" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
25 | 25 | ||
26 | LINUX_VERSION ?= "3.17.6" | 26 | LINUX_VERSION ?= "3.17.8" |
27 | 27 | ||
28 | PV = "${LINUX_VERSION}+git${SRCPV}" | 28 | PV = "${LINUX_VERSION}+git${SRCPV}" |
29 | 29 | ||