From: Ming Liu Date: Mon, 17 Aug 2020 09:32:55 +0000 (+0200) Subject: multilib.conf: add u-boot to NON_MULTILIB_RECIPES X-Git-Tag: 2020-04.3-dunfell~59 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7d9a8ee200fe3439885de9a9ba55def84b2f316b;p=openembedded-core.git multilib.conf: add u-boot to NON_MULTILIB_RECIPES u-boot should be a non multilib recipe, add it in NON_MULTILIB_RECIPES. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie (cherry picked from commit 5e7dc0d68efb2d43bbd5b1be9e6d555fc4456fb6) Signed-off-by: Steve Sakoman --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 58f2ac5c86..d231107f8b 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -30,4 +30,4 @@ PKG_CONFIG_PATH[vardepvalueexclude] = ":${WORKDIR}/recipe-sysroot/${datadir}/pkg # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES # ${MLPREFIX}${BPN} -NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf" +NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot"