diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-28 14:26:19 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-01 14:22:53 +0100 |
| commit | d7319aa1bf1f544168306a8f9267a2856e1f577e (patch) | |
| tree | 7cfadaf70850f5680d95d5c58e905514d958f827 | |
| parent | d2a2c35c7fd11066d089024a5fb4bf045d5fa60b (diff) | |
| download | poky-d7319aa1bf1f544168306a8f9267a2856e1f577e.tar.gz | |
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
(From OE-Core rev: f5dfd524e9f516ea4be72eb8348acb9b31b64a49)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/multilib.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 25 | 25 | ||
| 26 | # These recipes don't need multilib variants, the ${BPN} PROVIDES/RPROVIDES | 26 | # These recipes don't need multilib variants, the ${BPN} PROVIDES/RPROVIDES |
| 27 | # ${MLPREFIX}${BPN} | 27 | # ${MLPREFIX}${BPN} |
| 28 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source" | 28 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source llvm-project-source" |
