Multilib for core-image-minimal #kirkstone


Spore, David
 

I am new to Yocto, and am trying to build core-image-minimal with multilib using the latest Kirkstone release.  The image builds ok without the multilib config entries, but adding the entries (local.conf attached) generates this error:

ERROR: core-image-minimal-1.0-r0 do_prepare_recipe_sysroot: Manifest /home/project/var-fsl-yocto/build_xwayland/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-lib32-qemuwrapper-cross.populate_sysroot not found in imx8mp_var_dart armv7at2-neon-mx8mp armv7a-neon-mx8mp armv7at2-vfp-mx8mp armv7a-vfp-mx8mp armv7a-mx8mp armv6t-vfp-mx8mp armv6-vfp-mx8mp armv6t-mx8mp armv6-mx8mp armv5te-vfp-mx8mp armv5e-vfp-mx8mp armv5te-mx8mp armv5e-mx8mp armv5t-vfp-mx8mp armv5-vfp-mx8mp armv5t-mx8mp armv5-mx8mp armv4t-mx8mp armv4-mx8mp arm-mx8mp armv8a-mx8mp armv8a-crc-crypto armv8a-crypto armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant 'lib32')?
ERROR: Logfile of failure stored in: /home/project/var-fsl-yocto/build_xwayland/tmp/work/imx8mp_var_dart-fslc-linux/core-image-minimal/1.0-r0/temp/log.do_prepare_recipe_sysroot.2763591
ERROR: Task (/home/project/var-fsl-yocto/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_prepare_recipe_sysroot) failed with exit code '1'

The bitbake output:
Loading cache: 100% |                                           | ETA:  --:--:--
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:04:58
Parsing of 3134 .bb files complete (0 cached, 3134 parsed). 7763 targets, 589 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
 
Build Configuration:
BB_VERSION           = "2.0.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "aarch64-fslc-linux"
MACHINE              = "imx8mp-var-dart"
DISTRO               = "fslc-xwayland"
DISTRO_VERSION       = "4.0"
TUNE_FEATURES        = "aarch64 armv8a crc crypto"
TARGET_FPU           = ""
meta                 
meta-poky            = "HEAD:24a3f7b3648185e33133f5d96b184a6cb6524f3d"
meta-oe              
meta-multimedia      
meta-python          
meta-filesystems     
meta-gnome           
meta-networking      
meta-webserver       = "HEAD:744a4b6eda88b9a9ca1cf0df6e18be384d9054e3"
meta-freescale       = "HEAD:3747641f1e71d8e4edd5b587b49d09dc2d243942"
meta-freescale-3rdparty = "HEAD:6d8213fc5ec192c33f963b8095d1f01af1574eea"
meta-freescale-distro = "HEAD:d5bbb487b2816dfc74984a78b67f7361ce404253"
meta-freescale-ml    = "HEAD:08dcb7c67072907348cd235d9e110d4ba91e8235"
meta-qt5             = "HEAD:44d44933200287f7d17cf6981af4b4a0961c308d"
meta-swupdate        = "HEAD:fabbcc623d41794fbfa97c38b9da941ed2cdcdcc"
meta-virtualization  = "HEAD:5be54854139acb4796000478394afd66de0792c1"
meta-variscite-bsp   = "HEAD:a4dbd2cfe48a80d4362c9de0523500de05f15898"
meta-variscite-sdk   = "HEAD:5664513a0cf0f43afb60f92e63e60a86f3e53bd0"
meta-variscite-hab   = "HEAD:4acacfdbc4b89ace606b5d640e768b7561435324"
 
Initialising tasks: 100% |#######################################| Time: 0:00:13
Sstate summary: Wanted 469 Local 236 Mirrors 0 Missed 233 Current 1581 (50% match, 88% complete)
Removing 110 stale sstate objects for arch armv8a: 100% |########| Time: 0:00:00
Removing 12 stale sstate objects for arch imx8mp_var_dart: 100% || Time: 0:00:00
NOTE: Executing Tasks
 

I don't know what to do about the manifest file it is complaining about.   I've done a lot of searching for answers but haven't found a clear solution.  The ultimate goal is to be able to run modules which have the format shown below on my Variscite imx8mp board.  

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=6ef3beb0dd7bd4432efc062e181069bf1f5382d7, stripped

Thanks!

David

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.