Go 1.5 layer for OpenEmbedded
For $WORK reasons, I want an up-to-date Go cross compiler for OpenEmbedded. Taking a look at existing efforts I ended up forking dodgerblue’s repository in order to fix a couple of issues, most notably, the fact that in order to bootstrap 1.5, the recipe goes behind bitbake’s back and downloads 1.4 source.
I was working with Fido’s core-image-minimal just to make sure that everything compiled ok in a cross-build environment (more on that later).