[OE-core] [PATCH 9/9] perf: disable libunwind support for aarch64

Fathi Boudra fathi.boudra at linaro.org
Mon Sep 22 16:01:10 UTC 2014


On 19 September 2014 12:21, Kai Kang <kai.kang at windriver.com> wrote:
> Disable libunwind support of perl for aarch aarch64 that libunwind
> doesn't support aarch64.

typo:
perl -> perf
aarch -> arch

Otherwise, the patch doesn't seems correct. libunwind supports aarch64
since libunwind 1.1 (you need to build with --enable-debug-frame).

> Signed-off-by: Kai Kang <kai.kang at windriver.com>
> ---
>  meta/recipes-kernel/perf/perf-features.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-kernel/perf/perf-features.inc b/meta/recipes-kernel/perf/perf-features.inc
> index 2dbbb47..7de35f3 100644
> --- a/meta/recipes-kernel/perf/perf-features.inc
> +++ b/meta/recipes-kernel/perf/perf-features.inc
> @@ -1,4 +1,5 @@
>  PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui perf-libunwind"
> +PERF_FEATURES_ENABLE_remove_aarch64 = "perf-libunwind"
>
>  def perf_feature_enabled(feature, trueval, falseval, d):
>      """
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list