On Thu Jan 8, 2026 at 3:52 PM CET, Tom Geelen wrote: > Hi Mattieu, > > Certainly. Question from my side. What is the exact setup that is used on > the autobuilder? Or the build commands for that matter. > I would like to reproduce this particular setup locally as well. > > Regards, > > Tom >
Sure! This is a toolchain test, so the command used by the autobuilder is: oe-selftest -a -t machine -t toolchain-system -j 15 You have a lot of tests failing, so you might want to just run one specific test. This can be done with something like: oe-selftest -r gcc.GccCrossSelfTestSystemEmulated.test_cross_gcc In terms of configuration, you can have a look at the config step of the build: https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/4870597/raw_inline But basically, you can probably try something like: SDKMACHINE = "x86_64" PACKAGE_CLASSES = "package_rpm package_deb package_ipk" INHERIT += 'image-buildinfo' IMAGE_BUILDINFO_VARS:append = ' IMAGE_BASENAME IMAGE_NAME' IMAGE_INSTALL:append = ' ssh-pregen-hostkeys' SANITY_TESTED_DISTROS = '' EXTRA_IMAGE_FEATURES ?= 'allow-empty-password empty-root-password allow-root-login' OE_FRAGMENTS += 'machine/qemux86 distro/poky' Thanks, Mathieu -- Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229085): https://lists.openembedded.org/g/openembedded-core/message/229085 Mute This Topic: https://lists.openembedded.org/mt/117141415/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
