Sfoglia il codice sorgente

oprofile: Disable build on riscv

Not supported arch yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 anni fa
parent
commit
f33a094ddb
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb

+ 3 - 0
meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb

@@ -1,5 +1,8 @@
 require oprofile.inc
 
+COMPATIBLE_HOST_riscv64 = "null"
+COMPATIBLE_HOST_riscv32 = "null"
+
 DEPENDS_append_powerpc64 = " libpfm4"
 DEPENDS_append_powerpc64le = " libpfm4"