diff options
author | Ming Liu <liu.ming50@gmail.com> | 2020-08-17 11:32:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-18 11:44:55 +0100 |
commit | fe80568a88718dadbd85507637b30f1c6b3667bb (patch) | |
tree | c702d0bc4fa4e6798907de9d1aafe42dfb5388f2 /meta/conf/multilib.conf | |
parent | d41805aa5e8a6ea8afaf9b28e9c97cb4c805a9f0 (diff) | |
download | poky-fe80568a88718dadbd85507637b30f1c6b3667bb.tar.gz |
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: 5e7dc0d68efb2d43bbd5b1be9e6d555fc4456fb6)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/multilib.conf')
-rw-r--r-- | meta/conf/multilib.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
30 | 30 | ||
31 | # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES | 31 | # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES |
32 | # ${MLPREFIX}${BPN} | 32 | # ${MLPREFIX}${BPN} |
33 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf" | 33 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" |