mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 22:11:38 +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:
parent
edd77b0041
commit
892c64e7c1
@ -8,4 +8,4 @@ RDEPENDS_${PN} = " \
|
||||
go-runtime-staticdev \
|
||||
"
|
||||
|
||||
COMPATIBLE_HOST = "^(?!riscv64).*"
|
||||
COMPATIBLE_HOST = "^(?!riscv32).*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user