new/yocto/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb

13 lines
206 B
BlitzBasic
Raw Normal View History

2025-05-10 21:58:58 +08:00
SUMMARY = "Target packages for the Go SDK"
inherit packagegroup goarch
RDEPENDS:${PN} = " \
go \
go-runtime \
go-runtime-dev \
go-runtime-staticdev \
"
COMPATIBLE_HOST = "^(?!riscv32).*"