mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
Add Go toolchain support
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>
This commit is contained in:
committed by
Richard Purdie
parent
e1fd36cd6d
commit
7df0762817
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Target packages for the Go SDK"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
go-runtime \
|
||||
go-runtime-dev \
|
||||
"
|
||||
Reference in New Issue
Block a user