diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-23 10:57:40 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 19:58:48 +0100 |
commit | 5b68bcf453a12c275d005ce77d29cd601d6f779c (patch) | |
tree | d9cb962504e7fbbf34f6dc3a76a0a40fd6448aef /meta/recipes-kernel | |
parent | 7040b6f3c686b69e7aec28f531c444c27d5dfeac (diff) | |
download | poky-5b68bcf453a12c275d005ce77d29cd601d6f779c.tar.gz |
linux-yocto/3.14: update to v3.14.18 and -rt9
Refreshing the 3.14 kernel to a new korg stable and -rt release.
(From OE-Core rev: 91204afeb508ae21f8f2a32c340ec85efbf33fd0)
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-rt_3.14.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 |
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 1d69fc687b..0977b6275c 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 | ||
4 | require recipes-kernel/linux/linux-yocto.inc | 4 | require recipes-kernel/linux/linux-yocto.inc |
5 | 5 | ||
6 | SRCREV_machine ?= "cf214eea750707e6261818837e5c508ac1299b19" | 6 | SRCREV_machine ?= "41975d7825d8043b054378565b01824ffa961834" |
7 | SRCREV_machine_qemuppc ?= "3d5a421fc5c171cd5d322b092e78e0e0dd4f340e" | 7 | SRCREV_machine_qemuppc ?= "3bbc23a726520784618a3854747b82792d2a108f" |
8 | SRCREV_meta ?= "a94680bfeb0e8e3025b57f8b42d0825ba743376b" | 8 | SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
12 | LINUX_VERSION ?= "3.14.17" | 12 | LINUX_VERSION ?= "3.14.18" |
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-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index 9f78951c52..4eb7b1dd47 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 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "3.14.17" | 7 | LINUX_VERSION ?= "3.14.18" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "b85edae6fd61ceadfc08099608e8ac90aa4c5c33" | 11 | SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423" |
12 | SRCREV_meta ?= "a94680bfeb0e8e3025b57f8b42d0825ba743376b" | 12 | SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" |
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.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index e06b191673..6eac062d59 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" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "c32a2e1190325f685a61196f38fc03ceff2645bf" | 13 | SRCREV_machine_qemuarm ?= "3d5be74be2cab047a1b85e07620beee4791d4594" |
14 | SRCREV_machine_qemumips ?= "1ff50c529b49ceb55a670258f7cb8233c8006c6c" | 14 | SRCREV_machine_qemumips ?= "2834013809154887772cf1552191a682ed42d9eb" |
15 | SRCREV_machine_qemuppc ?= "12e9828a5b78891374375233b4075f682b9fbd0e" | 15 | SRCREV_machine_qemuppc ?= "44dddef534a3cae1aa952f77f4fd299978552307" |
16 | SRCREV_machine_qemux86 ?= "58d49fe770ad642e2bc0616159195ba837dc513b" | 16 | SRCREV_machine_qemux86 ?= "d77fb23dcc717061f74678babaeb4fa487c55fec" |
17 | SRCREV_machine_qemux86-64 ?= "b85edae6fd61ceadfc08099608e8ac90aa4c5c33" | 17 | SRCREV_machine_qemux86-64 ?= "fabce749eb25b8053250b5507868a246ddaf4423" |
18 | SRCREV_machine_qemumips64 ?= "dcd579737386fca4d7bcf224bc118b14eb3c1d55" | 18 | SRCREV_machine_qemumips64 ?= "5c5d8fd23d2b8fb0e8e00e54d2783feeba86ebd0" |
19 | SRCREV_machine ?= "b85edae6fd61ceadfc08099608e8ac90aa4c5c33" | 19 | SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423" |
20 | SRCREV_meta ?= "a94680bfeb0e8e3025b57f8b42d0825ba743376b" | 20 | SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||
24 | LINUX_VERSION ?= "3.14.17" | 24 | LINUX_VERSION ?= "3.14.18" |
25 | 25 | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | 27 | ||