]> code.ossystems Code Review - openembedded-core.git/commit
go: update go 1.9 -> go 1.10
authorMatt Madison <matt@madison.systems>
Sun, 4 Mar 2018 21:09:25 +0000 (13:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:32 +0000 (06:36 -0800)
commit4fd749ca6450a4870be1c1e13802f084b6eb0db6
tree97b4a5951489fc6774c89da6bf028e9b0717bc38
parent064900f87a179a1e5b37dfc9313baab6351e7875
go: update go 1.9 -> go 1.10

* Patches and recipes reworked for go 1.10's significant
  changes to its bootstrap and build steps.

* Update go1.4 source tarball used for go-native
  bootstrapping to the version recommended
  in the current go documentation

* Remove test data from installed sources to eliminate
  some packaging QA warnings

* Set GOCACHE to 'off' to disable 1.10's build caching
  in the go recipes and bbclass

* Update go_do_compile to compile both static and
  dynamic objects dynamic linking is in use, since
  go1.10's build tool is pickier about this

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
30 files changed:
meta/classes/go.bbclass
meta/recipes-devtools/go/go-1.10.inc [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0001-allow-CC-and-CXX-to-have-multiple-words.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0004-ld-add-soname-to-shareable-objects.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0006-cmd-dist-separate-host-and-target-builds.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0007-cmd-go-make-GOROOT-precious-by-default.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/0008-cmd-internal-obj-arm64-fix-branch-too-far-with-TBZ-l.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.10/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.inc
meta/recipes-devtools/go/go-cross-canadian_1.10.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-cross-canadian_1.9.bb
meta/recipes-devtools/go/go-cross.inc
meta/recipes-devtools/go/go-cross_1.10.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-cross_1.9.bb
meta/recipes-devtools/go/go-crosssdk.inc
meta/recipes-devtools/go/go-crosssdk_1.10.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-crosssdk_1.9.bb
meta/recipes-devtools/go/go-native.inc
meta/recipes-devtools/go/go-native_1.10.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-native_1.9.bb
meta/recipes-devtools/go/go-runtime.inc
meta/recipes-devtools/go/go-runtime_1.10.bb [new file with mode: 0644]
meta/recipes-devtools/go/go-runtime_1.9.bb
meta/recipes-devtools/go/go-target.inc
meta/recipes-devtools/go/go_1.10.bb [new file with mode: 0644]
meta/recipes-devtools/go/go_1.9.bb