[oe-commits] Tom Zanussi : systemtap: Add --enable-prologues to configuration

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:52 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: bff5199a17c7ab293f5bfdd3cdc19c39887dc00d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bff5199a17c7ab293f5bfdd3cdc19c39887dc00d

Author: Tom Zanussi <tom.zanussi at linux.intel.com>
Date:   Tue Dec 31 13:59:24 2013 -0600

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].

(From OE-Core master rev: 798faec374cac7743d2b5bf390ef6263a0e6cdf4)

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index bcc826a..3fd27bc 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 "
 



More information about the Openembedded-commits mailing list