summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-05 16:22:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:29 +0100
commit9177ad0f2de1e62c0c8123b8000e429ca603a650 (patch)
treeb0cea818662825e74af576572b24d7933ffe5026 /meta/recipes-kernel/systemtap/systemtap_git.inc
parent3275a1655d1e226115f46cc3f5bdee24437f6f93 (diff)
downloadpoky-9177ad0f2de1e62c0c8123b8000e429ca603a650.tar.gz
systemtap: Bump SRCREV for 4.12 Linux kernel support
This SRCREV bump brings in support for the 4.12 Linux Kernel, this kernel also has some newer CONFIG settings. The newer DEBUG_INFO and DEBUG_INFO_DWARF4 settings can be used with systemtap to get the full information. We do not normally enabled these for a 'production' (standard) kernel, but can be enabled via menuconfig. When installing staprun and stapbpf on the target and native ensure we don't try to create a new group and chown it. There is no need since we will be running as root, so we add a patch to comment that code out. (From OE-Core rev: 026403cc7f995ecc32a99f269399a08abc221c77) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index a6aedd38a6..3dc688a18f 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,6 +1,6 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
3SRCREV = "b8ea350dc13adb6190d9044a5b80110a4c441270" 3SRCREV = "45d0e7a09a15a21078d0ebf2db5175ed9e87014e"
4PV = "3.1" 4PV = "3.1"
5 5
6SRC_URI = "git://sourceware.org/git/systemtap.git \ 6SRC_URI = "git://sourceware.org/git/systemtap.git \
@@ -12,7 +12,8 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
12 file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ 12 file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
13 file://0001-Install-python-modules-to-correct-library-dir.patch \ 13 file://0001-Install-python-modules-to-correct-library-dir.patch \
14 file://0001-buildrun-remove-quotes-around-I-include-line.patch \ 14 file://0001-buildrun-remove-quotes-around-I-include-line.patch \
15 " 15 file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
16 "
16 17
17# systemtap doesn't support mips 18# systemtap doesn't support mips
18COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux' 19COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'