[meta-virtualization] [PATCH] go-cross: Fix failure if building go-cross first

2016-10-18 Thread Jason Wessel
If go-cross is built as the first package it will fail creating the target libraries used for cross-compilation because it requires libgcc. Signed-off-by: Jason Wessel --- recipes-devtools/go-cross/go-cross.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtool

[meta-virtualization] [PATCH] go-native: Add work around for binutils >= 2.27

2016-10-18 Thread Jason Wessel
We only use go-native to bootstrap go-cross and according to a post in the go-lang git it is possible to work around by disabling CGO: https://github.com/golang/go/issues/16906 This patch fixes the compile failure with binutils 2.27 which has the message: cannot load DWARF output from $WORK/net/