]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
fragments/autobuilder: add go to SDK_TOOLCHAIN_LANGS master-next
authorAlexander Kanavin <alex@linutronix.de>
Thu, 14 Aug 2025 10:56:04 +0000 (12:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Aug 2025 21:49:10 +0000 (22:49 +0100)
For reasons unknown, only rust was listed, which means
nativesdk-go was not built or tested, which lead to
breakage like one fixed in
https://git.yoctoproject.org/poky/commit/?id=a669cd2e0c760da9d7e872daea9590fc9e86d766

Note that with this change only building and installing go
into SDKsis tested, but no tests are performed with the
toolchain itself in testsdk/testimage.

For that, a bug has been filed:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15953

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/fragments/yocto-autobuilder/autobuilder.conf

index e3bac343390018cb350f7e8bac832bddc49f42fa..85987b08995a373d4b8e2c694a26554a5875d1c0 100644 (file)
@@ -9,5 +9,5 @@ IMAGE_CLASSES += 'testimage'
 SDK_EXT_TYPE = 'minimal'
 SDK_INCLUDE_TOOLCHAIN = '1'
 ESDK_LOCALCONF_REMOVE:append = 'BB_HASHSERVE'
-SDK_TOOLCHAIN_LANGS += 'rust'
+SDK_TOOLCHAIN_LANGS += 'go rust'