summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_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-tiny_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-tiny_4.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
index 61751b7bb7..6265f5f085 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e" 18SRCREV_machine_qemuarm ?= "94da18b1810c993f211e906a146adc69fbbd6304"
19SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" 19SRCREV_machine ?= "148322096f4147947955fa83c9863eed4ac23897"
20SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0" 20SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"