Set the default toolchain, LLVM_SHARED_SOURCE is already defined within the layer.conf so remove it from here.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- meta-morello/conf/machine/include/morello-common.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta-morello/conf/machine/include/morello-common.inc b/meta-morello/conf/machine/include/morello-common.inc index 77a7bdf..51b4db7 100644 --- a/meta-morello/conf/machine/include/morello-common.inc +++ b/meta-morello/conf/machine/include/morello-common.inc @@ -5,9 +5,8 @@ MACHINEOVERRIDES =. "morello" PREFERRED_PROVIDER_virtual/kernel = "linux-morello" PREFERRED_VERSION_virtual/kernel = "1.5"
-LLVM_SHARED_SOURCE ?= "${TMPDIR}/work-shared/${MACHINE}/llvm-morello-source" - MUSL_INSTALL_DIR ??="" +MORELLO_TOOLCHAIN ??= "llvm-morello"
C64_ARCH_TRIPLE = "aarch64-linux-musl_purecap" A64_ARCH_TRIPLE = "aarch64-linux-gnu"