diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-06-05 00:13:54 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-05 16:42:01 +0100 |
commit | ea63603e2003bb5dee78bd9fd0ce926169599956 (patch) | |
tree | dac6d488363d92d6654872b5053eec7c569a35c6 | |
parent | fcc67ae90feeceee204bdb36e45eacf8d056779a (diff) | |
download | poky-ea63603e2003bb5dee78bd9fd0ce926169599956.tar.gz |
linux-yocto: update beaglebone, mpc8315e and edgerouter to 3.19
Bumping the linux-yocto SRCREVs to integrate fixes for the h/w reference
BSPs to the 3.19 kernel.
(From OE-Core rev: 4c992854414360a10e1b452c9a776cbd993dee1f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.19.bb | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb index 777aa60b14..6907060d33 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | |||
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.19.5" | |||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0" | 12 | SRCREV_machine ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" |
13 | SRCREV_meta ?= "727cfce45077a1f73f1dbc42e8093fde0c5e36a7" | 13 | SRCREV_meta ?= "118f27167f4626fc7c71cefbec7c55a41d3a6d62" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb index 975b3afbf1..6218c02eca 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/common-pc" | |||
11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "e5aa4ad4249e079b8459a90b4ffa50d04b474458" | 14 | SRCREV_machine_qemuarm ?= "c75bfc837fa8079278e77e8c122fe506c4ba7438" |
15 | SRCREV_machine_qemuarm64 ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0" | 15 | SRCREV_machine_qemuarm64 ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" |
16 | SRCREV_machine_qemumips ?= "3b8cc925c5312b37cb824dfe58c2a4dcbb2b9732" | 16 | SRCREV_machine_qemumips ?= "b6aae264b3d4e74cc29a5db8c376840579d1f433" |
17 | SRCREV_machine_qemuppc ?= "4ac61cf97719f01c5cb226881956e77624fb534c" | 17 | SRCREV_machine_qemuppc ?= "f6c2fa7ca86bd548cc96bd0ddf8aa89229e4c2c2" |
18 | SRCREV_machine_qemux86 ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0" | 18 | SRCREV_machine_qemux86 ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" |
19 | SRCREV_machine_qemux86-64 ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0" | 19 | SRCREV_machine_qemux86-64 ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" |
20 | SRCREV_machine_qemumips64 ?= "f5bf944a0edde0e379af4296917d33a562e6586b" | 20 | SRCREV_machine_qemumips64 ?= "d3a1f6f5501167c76fb662d518140133f5ce78c5" |
21 | SRCREV_machine ?= "d3c0b958e68824c7037005e2a84e5661ba98d5b0" | 21 | SRCREV_machine ?= "6c21811060c03100a32d0acc493df5fb3743b7c8" |
22 | SRCREV_meta ?= "727cfce45077a1f73f1dbc42e8093fde0c5e36a7" | 22 | SRCREV_meta ?= "118f27167f4626fc7c71cefbec7c55a41d3a6d62" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
25 | 25 | ||