diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-23 10:57:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 19:58:49 +0100 |
commit | b65e3e26cb9ead70579022f6949c9b2ff0fee75d (patch) | |
tree | 4afe288dc29ca704eb4b64fcca03d3db5e27d82b /meta/recipes-kernel | |
parent | ca4f364daa59cb15108bf27d29ec60a7b14046d6 (diff) | |
download | poky-b65e3e26cb9ead70579022f6949c9b2ff0fee75d.tar.gz |
linux-yocto/3.14: update to v3.14.19
Updating to the latest korg -stable update.
(From OE-Core rev: 7212dcb3a67b9a9b844b74e997d2e3ea7902555f)
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 0977b6275c..7eecc7fe56 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 ?= "41975d7825d8043b054378565b01824ffa961834" | 6 | SRCREV_machine ?= "63e1f827790683d4ef01c71acfdf20b79f986d99" |
7 | SRCREV_machine_qemuppc ?= "3bbc23a726520784618a3854747b82792d2a108f" | 7 | SRCREV_machine_qemuppc ?= "2c51fd8a6fcf79386e3418ff78d42390ad6b5aa2" |
8 | SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" | 8 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" |
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.18" | 12 | LINUX_VERSION ?= "3.14.19" |
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 4eb7b1dd47..ff4a574806 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.18" | 7 | LINUX_VERSION ?= "3.14.19" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423" | 11 | SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" |
12 | SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" | 12 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" |
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 6eac062d59..efc193bb3c 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 ?= "3d5be74be2cab047a1b85e07620beee4791d4594" | 13 | SRCREV_machine_qemuarm ?= "1c7a46a46b2cbf68777713531647cd4b1cf22f12" |
14 | SRCREV_machine_qemumips ?= "2834013809154887772cf1552191a682ed42d9eb" | 14 | SRCREV_machine_qemumips ?= "f3dea87bc7aaccae5c24240b378a4e09034d80af" |
15 | SRCREV_machine_qemuppc ?= "44dddef534a3cae1aa952f77f4fd299978552307" | 15 | SRCREV_machine_qemuppc ?= "195f2029d49fc2440cf236d5134eb2ab88b8d407" |
16 | SRCREV_machine_qemux86 ?= "d77fb23dcc717061f74678babaeb4fa487c55fec" | 16 | SRCREV_machine_qemux86 ?= "bdef75805ede16c13f4383cc53d66dad3e83da64" |
17 | SRCREV_machine_qemux86-64 ?= "fabce749eb25b8053250b5507868a246ddaf4423" | 17 | SRCREV_machine_qemux86-64 ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" |
18 | SRCREV_machine_qemumips64 ?= "5c5d8fd23d2b8fb0e8e00e54d2783feeba86ebd0" | 18 | SRCREV_machine_qemumips64 ?= "b5c533e6ffba299b24d31cc2b8f32f6302f5d7e3" |
19 | SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423" | 19 | SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" |
20 | SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" | 20 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" |
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.18" | 24 | LINUX_VERSION ?= "3.14.19" |
25 | 25 | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | 27 | ||