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:
Khem Raj
2020-04-15 09:49:59 -07:00
committed by Richard Purdie
parent edd77b0041
commit 892c64e7c1

View File

@@ -8,4 +8,4 @@ RDEPENDS_${PN} = " \
go-runtime-staticdev \
"
COMPATIBLE_HOST = "^(?!riscv64).*"
COMPATIBLE_HOST = "^(?!riscv32).*"