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: uninative-2.8~893 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c1efb1772cfae044969233fe9a394ef163d7bd51;p=openembedded-core.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 5f9277fc0f..cb2e1164cf 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