Which works with llvm 14.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- meta-morello-toolchain/classes/llvm-morello.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-morello-toolchain/classes/llvm-morello.bbclass b/meta-morello-toolchain/classes/llvm-morello.bbclass index 72e3bb4..703cd9f 100644 --- a/meta-morello-toolchain/classes/llvm-morello.bbclass +++ b/meta-morello-toolchain/classes/llvm-morello.bbclass @@ -11,7 +11,7 @@ TC_DEPENDS ??= "" # /usr/lib /usr/bin etc. are used here explicitly in case this class # would be combined with other classes that could overwrite these variables
-LLVM_VERSION:toolchain-llvm-morello = "13.0.0" +LLVM_VERSION:toolchain-llvm-morello = "14.0.0" LLVM_PATH:toolchain-llvm-morello = "${STAGING_DIR_NATIVE}/usr/bin"
INHIBIT_DEFAULT_DEPS:toolchain-llvm-morello = "1"