mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00: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 \
|
go-runtime-staticdev \
|
||||||
"
|
"
|
||||||
|
|
||||||
COMPATIBLE_HOST = "^(?!riscv64).*"
|
COMPATIBLE_HOST = "^(?!riscv32).*"
|
||||||
|
|||||||
Reference in New Issue
Block a user