mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
@@ -23,6 +23,7 @@ KEXECTOOLS:riscv32 ?= ""
|
|||||||
# gccgo may do better
|
# gccgo may do better
|
||||||
GOTOOLS ?= "go-helloworld"
|
GOTOOLS ?= "go-helloworld"
|
||||||
GOTOOLS:powerpc ?= ""
|
GOTOOLS:powerpc ?= ""
|
||||||
|
GOTOOLS:riscv32 ?= ""
|
||||||
|
|
||||||
GSTEXAMPLES ?= "gst-examples"
|
GSTEXAMPLES ?= "gst-examples"
|
||||||
GSTEXAMPLES:riscv64 = ""
|
GSTEXAMPLES:riscv64 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user