| Message ID | 20260630210422.1903245-10-JPEWhacker@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | Implement SPDX for deploy tasks | expand |
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 6163405be4..aff55c1e9d 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -23,4 +23,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 llvm-project-source" +NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source llvm-project-source systemd-boot"
systemd-boot is EFI firmware (like grub-efi) and doesn't make sense to be multilib Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)