sdk: Remove go from SDK_TOOLCHAIN_LANGS for rv32

RISCV32 port of go compiler does not yet exist remove it from list
Fixes SDK builds for qemuriscv32 and other rv32 machines

(From OE-Core rev: 9af3029cb19fd644d17f54a54da3806b7aa3e244)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2025-08-26 13:55:22 -07:00
committed by Richard Purdie
parent f8be2d88cd
commit d0403b973f
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
SDK_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
# go will not build for x86-x32 or mingw
SDK_TOOLCHAIN_LANGS:remove:linux-gnux32 = "go"
SDK_TOOLCHAIN_LANGS:remove:riscv32 = "go"
SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "go"
TOOLCHAIN_HOST_TASK ?= " \

View File

@@ -14,6 +14,7 @@ TARGET_TOOLCHAIN_LANGS ??= "${SDK_TOOLCHAIN_LANGS}"
TARGET_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
# libstd-rs doesn't build for mips n32 with compiler constraint errors
TARGET_TOOLCHAIN_LANGS:remove:mipsarchn32 = "rust"
TARGET_TOOLCHAIN_LANGS:remove:riscv32 = "go"
RDEPENDS:packagegroup-core-sdk = "\
packagegroup-core-buildessential \