From: Bruce Ashfield Date: Fri, 23 Oct 2015 20:18:33 +0000 (-0400) Subject: linux-yocto/3.19: fix ARM boot with gcc5.x X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9852d5d7383e6d03c756b8ad615668857b0b86;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb index 4143a093627..3c10bcb5489 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" KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "963b4df663dba2584ac864e0c016825de0046558" +SRCREV_machine_qemuarm ?= "857048f10bfe7089ca6007e72431f1c098b07115" SRCREV_machine_qemuarm64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" SRCREV_machine_qemumips ?= "cedbbc7b5e72df2e820bb9e7885f12132c5e2fff" SRCREV_machine_qemuppc ?= "23a83386e10986a63e6cef712a045445499d002b" SRCREV_machine_qemux86 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" SRCREV_machine_qemux86-64 ?= "e152349de59b43b2a75f2c332b44171df461d5a0" SRCREV_machine_qemumips64 ?= "3eb70cea3532e22ab1b6da9864446621229e6616" -SRCREV_machine ?= "e152349de59b43b2a75f2c332b44171df461d5a0" +SRCREV_machine ?= "151571a39785218a57c3ae3355cd63694890cc8d" SRCREV_meta ?= "1016714868249d64fc16692fd7679672b1efa17b" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;name=machine;branch=${KBRANCH}; \