diff options
author | Kai Kang <kai.kang@windriver.com> | 2021-12-02 10:35:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-03 23:37:16 +0000 |
commit | 8b99e34fb2d00a611d03bb30b619fe09faf9c21b (patch) | |
tree | 104aa3faecf482d49be13bcabbd814b49ebe4dba /meta/recipes-core/packagegroups | |
parent | 3cf97f84c6c096120e7b5b7a978cfa9939284900 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 1 |
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 |
24 | GOTOOLS ?= "go-helloworld" | 24 | GOTOOLS ?= "go-helloworld" |
25 | GOTOOLS:powerpc ?= "" | 25 | GOTOOLS:powerpc ?= "" |
26 | GOTOOLS:riscv32 ?= "" | ||
26 | 27 | ||
27 | GSTEXAMPLES ?= "gst-examples" | 28 | GSTEXAMPLES ?= "gst-examples" |
28 | GSTEXAMPLES:riscv64 = "" | 29 | GSTEXAMPLES:riscv64 = "" |