From: Tom Zanussi Date: Thu, 15 Jan 2015 11:54:17 +0000 (+0000) Subject: perf: Disable perf-libunwind X-Git-Tag: 2015-4~776 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d8c839afa96925b27909eb5a7b89ee83c87924bc;p=openembedded-core.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf-features.inc b/meta/recipes-kernel/perf/perf-features.inc index 2dbbb47761..b8859ab7d5 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): """