]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtap: Use latest and greatest git version for 5.2 kernel support
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Sep 2019 21:39:37 +0000 (22:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2019 07:24:18 +0000 (08:24 +0100)
Systemtap has issues with the 5.2 kernel which are fixed in master, we helped
debug and submitted some of the patches. Update to a git version which includes
all the fixes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/systemtap/systemtap_git.inc

index c5348b3204b2e5ad8661b594e5b53fa6487196d8..f16f851e61098686dc2af0cde6a5353b1b1795c7 100644 (file)
@@ -1,7 +1,7 @@
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "984d6d1696ed06626b07cb65ab55d6ae0ece1131"
-PV = "4.1"
+SRCREV = "a25199c9580b9b66424c494d3bf39c4d1b7e1f7b"
+PV = "4.1+git${SRCPV}"
 
 SRC_URI = "git://sourceware.org/git/systemtap.git \
            file://configure-allow-to-disable-libvirt.patch \