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!
#@TYPE: Machine #@NAME: Generic x86_64 #@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. DEFAULTTUNE ?= "core2-64" require conf/machine/include/tune-core2.inc IMAGE_FSTYPES = "tar.gz" MACHINE_FEATURES += "x86"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52850): https://lists.yoctoproject.org/g/yocto/message/52850 Mute This Topic: https://lists.yoctoproject.org/mt/81590811/21656 Mute #rocko:https://lists.yoctoproject.org/g/yocto/mutehashtag/rocko Mute #sdk:https://lists.yoctoproject.org/g/yocto/mutehashtag/sdk Mute #native:https://lists.yoctoproject.org/g/yocto/mutehashtag/native Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
