mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
packagegroup-go-sdk-target: Enable on rv64
RISCV64 now supports golang (starting dunfell), therefore limit disabling to rv32 only. (From OE-Core rev: beb17254f019a7f72c9ab41298da7bcee6ad8ce8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,4 +8,4 @@ RDEPENDS_${PN} = " \
|
||||
go-runtime-staticdev \
|
||||
"
|
||||
|
||||
COMPATIBLE_HOST = "^(?!riscv64).*"
|
||||
COMPATIBLE_HOST = "^(?!riscv32).*"
|
||||
|
||||
Reference in New Issue
Block a user