From: Kai Kang Date: Thu, 2 Dec 2021 02:35:58 +0000 (+0800) Subject: packagegroup-core-tools-testapps: clear GOTOOLS for riscv32 X-Git-Tag: uninative-3.5~649 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=16a730c803baef51b9475fbb67ece2d2c494d140;p=openembedded-core.git packagegroup-core-tools-testapps: clear GOTOOLS for riscv32 go-helloworld is not compatible with riscv32 and causes error: | ERROR: Nothing RPROVIDES 'go-helloworld' (but meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb RDEPENDS on or otherwise requires it) | go-helloworld was skipped: Unsupported CPU architecture: riscv32 Clear GOTOOLS for riscv32 in recipe packagegroup-core-tools-testapps. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index e8f0811485..1fee1c925d 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb @@ -23,6 +23,7 @@ KEXECTOOLS:riscv32 ?= "" # gccgo may do better GOTOOLS ?= "go-helloworld" GOTOOLS:powerpc ?= "" +GOTOOLS:riscv32 ?= "" GSTEXAMPLES ?= "gst-examples" GSTEXAMPLES:riscv64 = ""