From 8e16694b2f4c4038c56226821699d0d21578bdf0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 14 Sep 2017 16:22:31 -0300 Subject: 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. Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- meta/recipes-core/meta/meta-go-toolchain.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-core/meta/meta-go-toolchain.bb (limited to 'meta/recipes-core/meta/meta-go-toolchain.bb') diff --git a/meta/recipes-core/meta/meta-go-toolchain.bb b/meta/recipes-core/meta/meta-go-toolchain.bb new file mode 100644 index 0000000000..dde385c1b1 --- /dev/null +++ b/meta/recipes-core/meta/meta-go-toolchain.bb @@ -0,0 +1,12 @@ +SUMMARY = "Meta package for building a installable Go toolchain" +LICENSE = "MIT" + +inherit populate_sdk + +TOOLCHAIN_HOST_TASK_append = " \ + packagegroup-go-cross-canadian-${MACHINE} \ +" + +TOOLCHAIN_TARGET_TASK_append = " \ + ${@multilib_pkg_extend(d, 'packagegroup-go-sdk-target')} \ +" -- cgit 1.2.3-korg