mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
This adds the meta-go-toolchain. It enables the generation of a Go toolchain allowing for cross compiling for target architecture. (From OE-Core rev: 8e16694b2f4c4038c56226821699d0d21578bdf0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
127 B
BlitzBasic
9 lines
127 B
BlitzBasic
SUMMARY = "Target packages for the Go SDK"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} = " \
|
|
go-runtime \
|
|
go-runtime-dev \
|
|
"
|