diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-12-13 09:51:42 +0800 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2017-12-13 10:44:32 +0800 |
commit | e911950fbee39af9c5889c41872f2f77f94cc9c1 (patch) | |
tree | 37ad9209b89734a7a5b37a00f95d15b4b4b4bce3 /meta/recipes-extended | |
parent | ba274d3c3832b5add3e599a5f350aafeb81c3cfb (diff) | |
download | openembedded-core-contrib-rbt/ml_iso.tar.gz |
image-live.bbclass: remove MLPREFIX from syslinuxrbt/ml_iso
Fixed:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
IMAGE_FSTYPES += "iso"
$ bitbake lib32-core-image-minimal
ERROR: lib32-core-image-minimal-1.0-r0 do_bootimg: The file /usr/include/printf.h is installed by both glibc and lib32-glibc, aborting
This was because:
lib32-syslinux -> lib32-glibc
virtual/kernel -> glibc
We can build 64bit syslinux (only build, not install) to fix the problem, the
do_bootimg only needs several data files of syslinux such as vesamenu.c32,
these files are not arch related.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions