aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-12-31 13:59:24 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:55:25 +0000
commit798faec374cac7743d2b5bf390ef6263a0e6cdf4 (patch)
tree5607d6c3bbfd14257200ff176df9a069fe0bb7f6
parente8dca725ed8211a874472300a3ed50e494039ab9 (diff)
downloadopenembedded-core-798faec374cac7743d2b5bf390ef6263a0e6cdf4.tar.gz
systemtap: Add --enable-prologues to configuration
In some cases, the debuginfo generated by the compiler is insufficient for systemtap to figure out function param locations; using -P allows it to use prologue searching to find the correct locations. Enable prologue searching in the configuration so the user doesn't have to specify it manually. Fixes [YOCTO #5403]. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index e346ce2440..488d417150 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN}_class-nativesdk += "python-native"
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi --without-dyninst \
- --disable-server --disable-grapher \
+ --disable-server --disable-grapher --enable-prologues \
ac_cv_prog_have_javac=no \
ac_cv_prog_have_jar=no "