summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go
Commit message (Collapse)AuthorAgeFilesLines
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-2/+2
| | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* go: add environment setup batch file for goPeter Morrow2021-04-131-0/+9
When building the nativesdk for mingw we need to set GOROOT in order to build anything out of the box. Signed-off-by: Peter Morrow <pemorrow@linux.microsoft.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>