Sfoglia il codice sorgente

perf: Remove libunwind dependency

libunwind is not yet ported to rv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 anni fa
parent
commit
8bd3402c76
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      recipes-kernel/perf/perf.bbappend

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

@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PACKAGECONFIG_remove_riscv32 = "libunwind"