Adding x86 machine to BSP layer for unit tests on host #rocko #sdk #native


bschaefer@...
 

Hello,

Currently using Rocko to generate toolchains for ARM targets.

Our BSP layer that is able to build a toolchain for our target architecture, ARM. I'd like to be able to add an x86 machine to this layer that generates an SDK our team can use to compile unit tests to run on our host machines. Adding x86.conf to layer/conf/machine/x86.conf and setting up the environment seems to work successfully. I run the command "bitbake image-new -c populate_sdk" and things are going until gcc-runtime recipe. I get the following error:
 
ERROR: gcc-runtime-7.3.0-r0 do_package: QA Issue: libmpx is listed in PACKAGES multiple times, this leads to packaging errors. [packages-list]
 
Does anyone have an idea of what may be going on? Attached find x86.conf file. Please let me know if I'm not taking the right steps to generate an SDK that can be used to compile our binaries for unit tests on our hosts.

Thanks!

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