From: Khem Raj Date: Thu, 5 Dec 2019 19:37:08 +0000 (-0800) Subject: llvm: rv32/rv64 target builds are not supported yet X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1efb1772cfae044969233fe9a394ef163d7bd51;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git llvm: rv32/rv64 target builds are not supported yet Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 5f9277fc0f0..cb2e1164cfb 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb @@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe" DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native" +COMPATIBLE_HOST_riscv64 = "null" +COMPATIBLE_HOST_riscv32 = "null" + RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" inherit cmake pkgconfig