From: Khem Raj Date: Mon, 28 Apr 2025 21:26:19 +0000 (-0700) Subject: multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5dfd524e9f516ea4be72eb8348acb9b31b64a49;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 0b32a62835..86d1f8c144 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"