summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-10-01 00:43:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-02 00:42:43 +0100
commit96c46db3c0c90c6b607d0689c7669df68d8fc178 (patch)
treeddb6e6904e9964598df2bc84d3de312bc30053d8 /meta
parentf351b74de5a560899e74b93dae65c98380fb2171 (diff)
downloadpoky-96c46db3c0c90c6b607d0689c7669df68d8fc178.tar.gz
linux-yocto/3.17: update to v3.17-rc7
Updating the 3.17 tree to the rc7 release. (From OE-Core rev: 6957ce3e726de5dbdcf3e94c5919916d88736e8d) 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.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.17.bb18
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 9c33985fab..eae08540e6 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
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "3.17-rc6" 7LINUX_VERSION ?= "3.17-rc7"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" 11SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36"
12SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" 12SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${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 68208ebeb9..02f10a3aaf 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"
10KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" 10KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
11KBRANCH_qemumips64 ?= "standard/mti-malta64" 11KBRANCH_qemumips64 ?= "standard/mti-malta64"
12 12
13SRCREV_machine_qemuarm ?= "787dbffa74ebb7e0f3d8ade959623c69c9c066a0" 13SRCREV_machine_qemuarm ?= "d156e4658a13349f7a30adafd436e32fb722d248"
14SRCREV_machine_qemumips ?= "417faf05188f982bb1d47709f7c152a5cf116a0d" 14SRCREV_machine_qemumips ?= "5aa58a6ca9d4efe79ddf66c9d09695b42c84a3b6"
15SRCREV_machine_qemuppc ?= "975512c7f6caa812869c4fa0ed1788072bf383f6" 15SRCREV_machine_qemuppc ?= "cc4943bf3b93f9c424b63c357ab2c9f71384f3ac"
16SRCREV_machine_qemux86 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" 16SRCREV_machine_qemux86 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36"
17SRCREV_machine_qemux86-64 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" 17SRCREV_machine_qemux86-64 ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36"
18SRCREV_machine_qemumips64 ?= "39878abc7e56c23cd4bc87b2c5d812d489903dee" 18SRCREV_machine_qemumips64 ?= "798c30525b1e0eacfa3ff97c4bb17c45b9b4b220"
19SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" 19SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36"
20SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" 20SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23
24LINUX_VERSION ?= "3.17-rc6" 24LINUX_VERSION ?= "3.17-rc7"
25 25
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27 27