diff options
| author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2015-01-15 11:54:17 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:18 +0000 |
| commit | 14fa1343eccd6296120a5e4e054b21b83c57c3e0 (patch) | |
| tree | 6fc841df7ead9435a4d6ad8a373d8512001381a8 | |
| parent | 4e13036d66b8eb61b998961243d28cdff8d855f4 (diff) | |
| download | poky-14fa1343eccd6296120a5e4e054b21b83c57c3e0.tar.gz | |
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].
(From OE-Core rev: d8c839afa96925b27909eb5a7b89ee83c87924bc)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/perf/perf-features.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui perf-libunwind" | 1 | PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui" |
| 2 | 2 | ||
| 3 | def perf_feature_enabled(feature, trueval, falseval, d): | 3 | def perf_feature_enabled(feature, trueval, falseval, d): |
| 4 | """ | 4 | """ |
