summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-16 23:25:04 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:54 +0000
commitf0fe7dc45d12f85774dc9fde336d8dbff299dd7f (patch)
tree9a8cc4b55a9697b738ab215d7b0ec524d0f74e36 /meta/recipes-kernel
parent33437d6ac87765cb788e835f4f4e7df15402d79c (diff)
downloadpoky-f0fe7dc45d12f85774dc9fde336d8dbff299dd7f.tar.gz
linux-yocto/3.17: update to v3.17.2
Updating to the korg 3.17.2 -stable release. (From OE-Core rev: d63b126b8d68824fe900012fafe0e65afa2b264f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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 357e050a24..f5aa05d89a 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.1" 7LINUX_VERSION ?= "3.17.2"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" 11SRCREV_machine ?= "cad8f6f70717e54604315db0c9b8889199871e50"
12SRCREV_meta ?= "229ce533868773f201f9ab36e2b4248b381309ec" 12SRCREV_meta ?= "3283372105ee2f22c1d93ea63fa754179c203e98"
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 872441389d..dfaf6f48a8 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 ?= "6b57ab98e37cda3b4a4cd50483a43e053ae73d1b" 13SRCREV_machine_qemuarm ?= "6d85563640cf2377d702637150ea8314ae915350"
14SRCREV_machine_qemumips ?= "80b24085b50144088cdfca737b5925a15ae9e312" 14SRCREV_machine_qemumips ?= "bfc1ee46ed29b1bac18deef51620536c66fa83c5"
15SRCREV_machine_qemuppc ?= "12a5e6b10d6d34878f26592160ff64668b021ab4" 15SRCREV_machine_qemuppc ?= "f4c541bbad8b2a119f86fdc86d3a9d4b8546218b"
16SRCREV_machine_qemux86 ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" 16SRCREV_machine_qemux86 ?= "cad8f6f70717e54604315db0c9b8889199871e50"
17SRCREV_machine_qemux86-64 ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" 17SRCREV_machine_qemux86-64 ?= "cad8f6f70717e54604315db0c9b8889199871e50"
18SRCREV_machine_qemumips64 ?= "3b77b2d556103b86f787913385a7655b92adcc03" 18SRCREV_machine_qemumips64 ?= "d6f80d8d30197a278cd386f987998a85e9754a40"
19SRCREV_machine ?= "0caf16d38536e3dec8a02ea657e1960f1216f174" 19SRCREV_machine ?= "cad8f6f70717e54604315db0c9b8889199871e50"
20SRCREV_meta ?= "229ce533868773f201f9ab36e2b4248b381309ec" 20SRCREV_meta ?= "3283372105ee2f22c1d93ea63fa754179c203e98"
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.1" 24LINUX_VERSION ?= "3.17.2"
25 25
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27 27