]> code.ossystems Code Review - openembedded-core.git/commitdiff
multilib.conf: add u-boot to NON_MULTILIB_RECIPES
authorMing Liu <liu.ming50@gmail.com>
Mon, 17 Aug 2020 09:32:55 +0000 (11:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Aug 2020 10:43:32 +0000 (11:43 +0100)
u-boot should be a non multilib recipe, add it in NON_MULTILIB_RECIPES.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/multilib.conf

index 58f2ac5c864cf674d3596d3e6209f70af0d33822..d231107f8b04889fe10a8bd2471eee29b618bb03 100644 (file)
@@ -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"