From 628875eb21e9012564cdb324a422f6ad95c1908f Mon Sep 17 00:00:00 2001 From: Mikhail Durnev Date: Wed, 3 Sep 2014 13:01:50 +0500 Subject: systemtap: Cross compilation fix This is a cross compilation fix. It allows systemtap to find the kernel map file in the right place, i.e. in the kernel build tree. Without this fix it takes a map file from the build host, if available. (From OE-Core rev: 787bed708676fc04aee2850825e803273152f657) Signed-off-by: Mikhail Durnev Signed-off-by: Muzaffar Mahmood Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc') diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 3e1e80a727..33aa136f74 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc @@ -6,6 +6,7 @@ PV = "2.5+git${SRCPV}" SRC_URI = "git://sourceware.org/git/systemtap.git \ file://docproc-build-fix.patch \ file://obsolete_automake_macros.patch \ + file://system_map_location.patch \ file://tapset-linux-sendfile-syscall.patch \ " -- cgit v1.2.3-54-g00ecf