diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-09-29 15:23:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-01 13:04:44 +0100 |
commit | 25f7c6c329038b443d36074fff45a30ba3712f7a (patch) | |
tree | 83e491c5490eab4abf922a4887706ef0aeee8323 /scripts/lib/recipetool/create.py | |
parent | 72c37b06b034e97e7dd7e1a20fb0ff5f96088440 (diff) | |
download | openembedded-core-25f7c6c329038b443d36074fff45a30ba3712f7a.tar.gz openembedded-core-25f7c6c329038b443d36074fff45a30ba3712f7a.tar.bz2 openembedded-core-25f7c6c329038b443d36074fff45a30ba3712f7a.zip |
multilib: avoid expanding grub and grub-efi to multilib
It doesn't make much sense to expand them to multilib, and there is an error on
qemuarm64 since grub-efi supports arm64, but doesn't support armv7a or armv7ve:
* Fixed:
MACHINE = "qemuarm64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "armv7a"
MACHINE_FEATURES_append = " efi"
$ bitbake lib32-core-image-minimal
Also introduced a variable NON_MULTILIB_RECIPES in multilib.conf, so that we
can easily add other recipes, such as syslinux if needed.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/create.py')
0 files changed, 0 insertions, 0 deletions