]> code.ossystems Code Review - openembedded-core.git/commit
go: Add recipes for 1.12 release and make it default
authorKhem Raj <raj.khem@gmail.com>
Fri, 8 Mar 2019 00:10:55 +0000 (16:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Mar 2019 14:41:20 +0000 (14:41 +0000)
commitf559fd6df2978f9093672794420eada2b7452987
treed6e5abbfa352c2998c930490dfcbf6e41296a975
parent8a3cc10c2deb933866e384b326d730d17a49a269
go: Add recipes for 1.12 release and make it default

- Refresh patches
- Enable GOCACHE required as of Go 1.12

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 files changed:
meta/classes/go.bbclass
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/go/go-1.12.inc [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0001-allow-CC-and-CXX-to-have-multiple-words.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0004-ld-add-soname-to-shareable-objects.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0006-cmd-dist-separate-host-and-target-builds.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0007-cmd-go-make-GOROOT-precious-by-default.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0008-use-GOBUILDMODE-to-set-buildmode.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.12/0009-ld-replace-glibc-dynamic-linker-with-musl.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-common.inc
meta/recipes-devtools/go/go-cross-canadian_1.12.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-cross.inc
meta/recipes-devtools/go/go-cross_1.12.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-crosssdk_1.12.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-native_1.12.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-runtime_1.12.bb [new file with mode: 0644]
meta/recipes-devtools/go/go_1.12.bb [new file with mode: 0644]