From f5c93075b602b470ae845c4bfbd36b66fc1323d7 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 17 Aug 2020 11:32:55 +0200 Subject: multilib.conf: add u-boot to NON_MULTILIB_RECIPES u-boot should be a non multilib recipe, add it in NON_MULTILIB_RECIPES. (From OE-Core rev: 7d9a8ee200fe3439885de9a9ba55def84b2f316b) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie (cherry picked from commit 5e7dc0d68efb2d43bbd5b1be9e6d555fc4456fb6) Signed-off-by: Steve Sakoman 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 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" -- cgit v1.2.3-54-g00ecf