From f5dfd524e9f516ea4be72eb8348acb9b31b64a49 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Apr 2025 14:26:19 -0700 Subject: [PATCH] multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES llvm sourcebase is large and like gcc, it reuses same source tree to build all recipes using clang+llvm sourcebase Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 0b32a62835c..86d1f8c1447 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -25,4 +25,4 @@ APT_ARGS:append = " -o Dpkg::Options::=--force-confnew -o Dpkg::Options::=--forc # These recipes don't need multilib variants, the ${BPN} PROVIDES/RPROVIDES # ${MLPREFIX}${BPN} -NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source" +NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source llvm-project-source" -- 2.47.3