]> code.ossystems Code Review - openembedded-core.git/commit
go: update to go 1.9
authorMatt Madison <matt@madison.systems>
Wed, 13 Sep 2017 17:54:10 +0000 (14:54 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Sep 2017 21:12:19 +0000 (22:12 +0100)
commitf2ccf56778433ec16f44eecaa10a610a6630df50
tree69fd38db1f610b8ae135f00a579b42082c9ae754
parent24da8c321831dcc5de00d65d6c5613efee109b57
go: update to go 1.9

* Rebased patches
   - dropped armhf-elf patch, should no longer be needed
   - dropped syslog patch which should not have been imported to begin with
   - reworked other patches as needed for the updated code base

* Updated native, cross, cross-canadian .inc files to
  remove some testdata directories that contain .a files
  that strip chokes on during sysroot staging

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 files changed:
meta/recipes-devtools/go/go-1.8.inc [deleted file]
meta/recipes-devtools/go/go-1.8/armhf-elf-header.patch [deleted file]
meta/recipes-devtools/go/go-1.8/fix-cc-handling.patch [deleted file]
meta/recipes-devtools/go/go-1.8/fix-target-cc-for-build.patch [deleted file]
meta/recipes-devtools/go/go-1.8/gotooldir.patch [deleted file]
meta/recipes-devtools/go/go-1.8/make-goroot-precious.patch [deleted file]
meta/recipes-devtools/go/go-1.8/syslog.patch [deleted file]
meta/recipes-devtools/go/go-1.9.inc [new file with mode: 0644]
meta/recipes-devtools/go/go-1.9/0001-make.bash-quote-CC_FOR_TARGET.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.9/0002-cmd-go-fix-CC-and-CXX-environment-variable-construct.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.9/0003-make.bash-better-separate-host-and-target-builds.patch [moved from meta/recipes-devtools/go/go-1.8/split-host-and-target-build.patch with 60% similarity]
meta/recipes-devtools/go/go-1.9/0004-cmd-go-allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.9/0005-cmd-go-make-GOROOT-precious-by-default.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-1.9/0006-make.bash-add-GOTOOLDIR_BOOTSTRAP-environment-variab.patch [moved from meta/recipes-devtools/go/go-1.8/set-gotooldir-during-bootstrap.patch with 55% similarity]
meta/recipes-devtools/go/go-1.9/0007-ld-add-soname-to-shareable-objects.patch [moved from meta/recipes-devtools/go/go-1.8/0006-linker-add-soname-to-shareable-objects.patch with 68% similarity]
meta/recipes-devtools/go/go-cross-canadian.inc
meta/recipes-devtools/go/go-cross-canadian_1.9.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.8.bb with 100% similarity]
meta/recipes-devtools/go/go-cross.inc
meta/recipes-devtools/go/go-cross_1.9.bb [moved from meta/recipes-devtools/go/go-cross_1.8.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.9.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.8.bb with 100% similarity]
meta/recipes-devtools/go/go-native.inc
meta/recipes-devtools/go/go-native_1.9.bb [moved from meta/recipes-devtools/go/go-native_1.8.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.9.bb [moved from meta/recipes-devtools/go/go-runtime_1.8.bb with 100% similarity]
meta/recipes-devtools/go/go_1.9.bb [moved from meta/recipes-devtools/go/go_1.8.bb with 100% similarity]