]> code.ossystems Code Review - openembedded-core.git/commit
systemtap: Bump SRCREV for 4.12 Linux kernel support
authorSaul Wold <sgw@linux.intel.com>
Tue, 5 Sep 2017 23:22:02 +0000 (16:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 16:30:12 +0000 (17:30 +0100)
commit026403cc7f995ecc32a99f269399a08abc221c77
tree35172379337b1777919303c621631d388711a9c3
parent51e4f9ca5368af5cefa26f4ca50b282e858982f8
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.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch [new file with mode: 0644]
meta/recipes-kernel/systemtap/systemtap_git.inc