summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2021-12-02 10:35:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-03 23:37:16 +0000
commit8b99e34fb2d00a611d03bb30b619fe09faf9c21b (patch)
tree104aa3faecf482d49be13bcabbd814b49ebe4dba
parent3cf97f84c6c096120e7b5b7a978cfa9939284900 (diff)
downloadpoky-8b99e34fb2d00a611d03bb30b619fe09faf9c21b.tar.gz
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. (From OE-Core rev: 16a730c803baef51b9475fbb67ece2d2c494d140) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb1
1 files changed, 1 insertions, 0 deletions
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 ?= ""
23# gccgo may do better 23# gccgo may do better
24GOTOOLS ?= "go-helloworld" 24GOTOOLS ?= "go-helloworld"
25GOTOOLS:powerpc ?= "" 25GOTOOLS:powerpc ?= ""
26GOTOOLS:riscv32 ?= ""
26 27
27GSTEXAMPLES ?= "gst-examples" 28GSTEXAMPLES ?= "gst-examples"
28GSTEXAMPLES:riscv64 = "" 29GSTEXAMPLES:riscv64 = ""