summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
diff options
context:
space:
mode:
authortom.zanussi@linux.intel.com <tom.zanussi@linux.intel.com>2016-07-07 12:10:42 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-27 08:33:36 +0100
commit03d9d8e7d356dae222f33f2d3dafd1d7c60af93d (patch)
tree683a683facad4a365fd4a8c0c8491eb364f8f7fd /meta/recipes-kernel/systemtap/systemtap_git.inc
parent229e3e4e5f52deaeb7cad28f27448da014460b30 (diff)
downloadpoky-03d9d8e7d356dae222f33f2d3dafd1d7c60af93d.tar.gz
systemtap: Add missing memory flag to fix stap module compilation
The 4.4 kernel removed some memory flag definitions, which cause module compilation errors, rendering sytemtap essentially useless in krogoth. The problem is fixed in systemtap 3.0 and therefore in master, but as mentioned in Systemtap BZ1285348, the fix for older versions is this patch. (From OE-Core rev: 7c27f257286dfca745a956bae15c1f4ed505343f) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 656f15f808..2ea98b2a56 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -9,6 +9,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
9 file://system_map_location.patch \ 9 file://system_map_location.patch \
10 file://configure-allow-to-disable-libvirt.patch \ 10 file://configure-allow-to-disable-libvirt.patch \
11 file://x32_abi_time.patch \ 11 file://x32_abi_time.patch \
12 file://0001-Fix-BZ1285348-by-updating-systemtap-s-memory-flag-us.patch \
12 " 13 "
13 14
14# systemtap doesn't support mips 15# systemtap doesn't support mips