From: Ross Burton Date: Tue, 22 Aug 2023 17:00:14 +0000 (+0100) Subject: perf: enable verbose feature detection X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d08de74d09a83d3bc94cce80f886bd2c6add416b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: enable verbose feature detection Having verbose feature detection is helpful to see exactly what has been enabled or disabled. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 7d90ac3612f..68d59f69c7d 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -73,6 +73,7 @@ LDFLAGS="-ldl -lutil" EXTRA_OEMAKE = '\ V=1 \ + VF=1 \ -C ${S}/tools/perf \ O=${B} \ CROSS_COMPILE=${TARGET_PREFIX} \