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:
Otavio Salvador
2017-09-14 16:22:31 -03:00
committed by Richard Purdie
parent e1fd36cd6d
commit 7df0762817
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
SUMMARY = "Target packages for the Go SDK"
inherit packagegroup
RDEPENDS_${PN} = " \
go-runtime \
go-runtime-dev \
"