mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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 <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5e7dc0d68efb2d43bbd5b1be9e6d555fc4456fb6) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user