[oe-commits] Tom Zanussi : perf: Disable perf-libunwind

git at git.openembedded.org git at git.openembedded.org
Wed Jan 14 11:36:28 UTC 2015


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

Author: Tom Zanussi <tom.zanussi at linux.intel.com>
Date:   Fri Jan  9 11:49:11 2015 -0600

perf: Disable perf-libunwind

It hasn't actually been being enabled anyway: 'Disabling post unwind,
no support found.'.  For now, turn it off because of [YOCTO #7129].

Fixes [YOCTO #7129].

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

---

 meta/recipes-kernel/perf/perf-features.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/perf/perf-features.inc b/meta/recipes-kernel/perf/perf-features.inc
index 2dbbb47..b8859ab 100644
--- a/meta/recipes-kernel/perf/perf-features.inc
+++ b/meta/recipes-kernel/perf/perf-features.inc
@@ -1,4 +1,4 @@
-PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui perf-libunwind"
+PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui"
 
 def perf_feature_enabled(feature, trueval, falseval, d):
     """



More information about the Openembedded-commits mailing list