summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.19.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-03-24 23:11:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-25 23:19:53 +0000
commit4ee44b0b54c11d6877477b3030d2121ef84ba8e6 (patch)
treeba4357decc77f5851c5783b12462ff381474ab23 /meta/recipes-kernel/linux/linux-yocto_4.19.bb
parent3e0eb102ecaafc42594005fce6a43ec2132026d1 (diff)
downloadpoky-4ee44b0b54c11d6877477b3030d2121ef84ba8e6.tar.gz
linux-yocto/4.19: integrate arm systemtap fix
Richard had pushed an explicit patch to fix systemtap for arm on the 4.19 kernel in time for M3. The patch has now been integrated into the repo itself and can be dropped from the recipe. (From OE-Core rev: 552b3cd0e0d442d867b4432e5b81019cadd2f4fa) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.19.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
index b4584102f5..6777dec458 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
@@ -11,19 +11,19 @@ KBRANCH_qemux86 ?= "v4.19/standard/base"
11KBRANCH_qemux86-64 ?= "v4.19/standard/base" 11KBRANCH_qemux86-64 ?= "v4.19/standard/base"
12KBRANCH_qemumips64 ?= "v4.19/standard/mti-malta64" 12KBRANCH_qemumips64 ?= "v4.19/standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "0d83500d7377b68aeb42387350bb41dd7dc04315" 14SRCREV_machine_qemuarm ?= "5fe7d1bfb1d030c1e696efef2ee89974874c0b01"
15SRCREV_machine_qemuarm64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" 15SRCREV_machine_qemuarm64 ?= "148322096f4147947955fa83c9863eed4ac23897"
16SRCREV_machine_qemumips ?= "0169796412b83d8835f3f9b81d19efe008199fdd" 16SRCREV_machine_qemumips ?= "7ec0c72dac55c5b72c82fb3bcc4f44ff59d79c4d"
17SRCREV_machine_qemuppc ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" 17SRCREV_machine_qemuppc ?= "148322096f4147947955fa83c9863eed4ac23897"
18SRCREV_machine_qemux86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" 18SRCREV_machine_qemux86 ?= "148322096f4147947955fa83c9863eed4ac23897"
19SRCREV_machine_qemux86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" 19SRCREV_machine_qemux86-64 ?= "148322096f4147947955fa83c9863eed4ac23897"
20SRCREV_machine_qemumips64 ?= "fc7a2bf24e0e39b6a260f8650a3c8d497b8cdcfd" 20SRCREV_machine_qemumips64 ?= "141bb3296422e09cfb0a8ef06f2e7f1748bb8f65"
21SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" 21SRCREV_machine ?= "148322096f4147947955fa83c9863eed4ac23897"
22SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0" 22SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \ 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \
26 file://0001-arm-Makefile-Fix-systemtap-4.19.patch" 26 "
27 27
28LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 28LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
29LINUX_VERSION ?= "4.19.19" 29LINUX_VERSION ?= "4.19.19"