Browse Source

dubhe: perf: Add NO_LIBTRACEEVENT=1
To prevent perf from failing during compilation.

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>

weiheng.cheng 4 months ago
parent
commit
d1eab0a76e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      recipes-kernel/perf/perf.bbappend

+ 1 - 0
recipes-kernel/perf/perf.bbappend

@@ -1 +1,2 @@
 PACKAGECONFIG[bfd] = ",NO_LIBBFD=1"
+EXTRA_OEMAKE += "NO_LIBTRACEEVENT=1"