diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-23 16:18:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:24 +0000 |
commit | 1c2fdd967e2a26bcf93bad69f3d21bb216e47eb3 (patch) | |
tree | 480df9edde58f935c4080db50e1b908c21fbfdde | |
parent | 3bab714a396f0389853fa5fb8038db0273e10267 (diff) | |
download | poky-1c2fdd967e2a26bcf93bad69f3d21bb216e47eb3.tar.gz |
linux-yocto/3.19: fix ARM boot with gcc5.x
Updating the SRCREVs to apply the same fix as 3.14 and 4.1 already
have to fix qemuarm boots with gcc5.x
[YOCTO: #8415]
(From OE-Core rev: fa9852d5d7383e6d03c756b8ad615668857b0b86)
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_3.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb index 4143a09362..3c10bcb548 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb | |||
@@ -11,14 +11,14 @@ 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 ?= "963b4df663dba2584ac864e0c016825de0046558" | 14 | SRCREV_machine_qemuarm ?= "857048f10bfe7089ca6007e72431f1c098b07115" |
15 | SRCREV_machine_qemuarm64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" | 15 | SRCREV_machine_qemuarm64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" |
16 | SRCREV_machine_qemumips ?= "cedbbc7b5e72df2e820bb9e7885f12132c5e2fff" | 16 | SRCREV_machine_qemumips ?= "cedbbc7b5e72df2e820bb9e7885f12132c5e2fff" |
17 | SRCREV_machine_qemuppc ?= "23a83386e10986a63e6cef712a045445499d002b" | 17 | SRCREV_machine_qemuppc ?= "23a83386e10986a63e6cef712a045445499d002b" |
18 | SRCREV_machine_qemux86 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" | 18 | SRCREV_machine_qemux86 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" |
19 | SRCREV_machine_qemux86-64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" | 19 | SRCREV_machine_qemux86-64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" |
20 | SRCREV_machine_qemumips64 ?= "3eb70cea3532e22ab1b6da9864446621229e6616" | 20 | SRCREV_machine_qemumips64 ?= "3eb70cea3532e22ab1b6da9864446621229e6616" |
21 | SRCREV_machine ?= "e152349de59b43b2a75f2c332b44171df461d5a0" | 21 | SRCREV_machine ?= "151571a39785218a57c3ae3355cd63694890cc8d" |
22 | SRCREV_meta ?= "1016714868249d64fc16692fd7679672b1efa17b" | 22 | SRCREV_meta ?= "1016714868249d64fc16692fd7679672b1efa17b" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;name=machine;branch=${KBRANCH}; \ |