summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-01-21 13:33:28 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 22:39:28 +0100
commit4cf1a6af8e351e39272f36aeab59742cf6a0f4ad (patch)
tree4c93cb08d4de0231849f4d738290125e690ad15e /meta
parent35e54baa51ce5461606ade3a026975f59df8822a (diff)
downloadpoky-4cf1a6af8e351e39272f36aeab59742cf6a0f4ad.tar.gz
linux-yocto/3.14: update to 3.14.29
Updating to the latest korg -stable release for 3.14. (From OE-Core rev: a6a64ee87182c6fa62117e68fafc4ec25ceefc0b) (From OE-Core rev: e34f906abbe77ec4979ac40f01e35989445db86b) 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_3.14.bb removed arm64 since its not supported in Dizzy. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.14.bb18
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 7dbf82c3e6..fbd331f38e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,13 +3,13 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
3 3
4require recipes-kernel/linux/linux-yocto.inc 4require recipes-kernel/linux/linux-yocto.inc
5 5
6SRCREV_machine ?= "7f0712d10247ffca8e48e944f49707bcf9117ead" 6SRCREV_machine ?= "367c3b9712a6e469aed0cb5deebd5d3bfab12b79"
7SRCREV_machine_qemuppc ?= "8bed2a975d491c963cff56496f7e35f5bcff926f" 7SRCREV_machine_qemuppc ?= "4e827a9b658b6381f6706490e40b6a069a0c4b64"
8SRCREV_meta ?= "a227f20eff056e511d504b2e490f3774ab260d6f" 8SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
12LINUX_VERSION ?= "3.14.24" 12LINUX_VERSION ?= "3.14.29"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 67bf4624f8..2d1bc21171 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.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.14.24" 7LINUX_VERSION ?= "3.14.29"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "02120556b0ebc20c30374ccf211e8e4ceac2bb1c" 11SRCREV_machine ?= "21ba402e0a5286baf0b8960da132e2d56f020c88"
12SRCREV_meta ?= "a227f20eff056e511d504b2e490f3774ab260d6f" 12SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 706cb7ce9c..9048c1b353 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
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 ?= "6166316d47b859aa38bfecc61f4808828af03937" 13SRCREV_machine_qemuarm ?= "c0ed33beda334dcd387dff89da9804c03e24d648"
14SRCREV_machine_qemumips ?= "4ececcc09c6550a0896728163907e729d817c2fd" 14SRCREV_machine_qemumips ?= "808071c5f72dc98ed2192de28bdd4e9ba2f7e820"
15SRCREV_machine_qemuppc ?= "1cc5b09f8bb7f40b289d149d370c62dcc8109501" 15SRCREV_machine_qemuppc ?= "0f93713ce91cc93f055ae6bcf1bf728d4036d097"
16SRCREV_machine_qemux86 ?= "38cd560d5022ed2dbd1ab0dca9642e47c98a0aa1" 16SRCREV_machine_qemux86 ?= "f6aa7aaca80e8532316bfb6e8dd2fbf9ab4f8b8e"
17SRCREV_machine_qemux86-64 ?= "02120556b0ebc20c30374ccf211e8e4ceac2bb1c" 17SRCREV_machine_qemux86-64 ?= "21ba402e0a5286baf0b8960da132e2d56f020c88"
18SRCREV_machine_qemumips64 ?= "737272b1dfd361d9ea19812a9717e2798e3c4576" 18SRCREV_machine_qemumips64 ?= "f44eb151dc53822f4f94f50b2ec67a0a1aab041b"
19SRCREV_machine ?= "02120556b0ebc20c30374ccf211e8e4ceac2bb1c" 19SRCREV_machine ?= "21ba402e0a5286baf0b8960da132e2d56f020c88"
20SRCREV_meta ?= "a227f20eff056e511d504b2e490f3774ab260d6f" 20SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23
24LINUX_VERSION ?= "3.14.24" 24LINUX_VERSION ?= "3.14.29"
25 25
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27 27