]> code.ossystems Code Review - openembedded-core.git/commit
go: Upgrade compiler to 1.16 major release
authorKhem Raj <raj.khem@gmail.com>
Wed, 24 Feb 2021 04:13:18 +0000 (20:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 15:16:56 +0000 (15:16 +0000)
commit5c41c6ed4e2e70d18b32c460b8c8e1aadd54584f
treeeddbd1d4096c6a013d7a52d617df74a95c6be08c
parentfd549c139f534f28974c86a4e4c7acf6f5c40a79
go: Upgrade compiler to 1.16 major release

Revert a CC/CXX check [1] which wont work with OE settings
Forward port needed patches forward

Details releaase notes are here [2]

[1] https://go-review.googlesource.com/c/go/+/228517/
[2] https://golang.org/doc/go1.16

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 files changed:
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/go/go-1.16.inc [moved from meta/recipes-devtools/go/go-1.15.inc with 78% similarity]
meta/recipes-devtools/go/go-1.16/0001-allow-CC-and-CXX-to-have-multiple-words.patch [moved from meta/recipes-devtools/go/go-1.15/0001-allow-CC-and-CXX-to-have-multiple-words.patch with 100% similarity]
meta/recipes-devtools/go/go-1.16/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch [moved from meta/recipes-devtools/go/go-1.15/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch with 93% similarity]
meta/recipes-devtools/go/go-1.16/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [moved from meta/recipes-devtools/go/go-1.15/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch with 100% similarity]
meta/recipes-devtools/go/go-1.16/0004-ld-add-soname-to-shareable-objects.patch [moved from meta/recipes-devtools/go/go-1.15/0004-ld-add-soname-to-shareable-objects.patch with 80% similarity]
meta/recipes-devtools/go/go-1.16/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [moved from meta/recipes-devtools/go/go-1.15/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch with 100% similarity]
meta/recipes-devtools/go/go-1.16/0006-cmd-dist-separate-host-and-target-builds.patch [moved from meta/recipes-devtools/go/go-1.15/0006-cmd-dist-separate-host-and-target-builds.patch with 100% similarity]
meta/recipes-devtools/go/go-1.16/0007-cmd-go-make-GOROOT-precious-by-default.patch [moved from meta/recipes-devtools/go/go-1.15/0007-cmd-go-make-GOROOT-precious-by-default.patch with 100% similarity]
meta/recipes-devtools/go/go-1.16/0008-use-GOBUILDMODE-to-set-buildmode.patch [moved from meta/recipes-devtools/go/go-1.15/0008-use-GOBUILDMODE-to-set-buildmode.patch with 100% similarity]
meta/recipes-devtools/go/go-1.16/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch [new file with mode: 0644]
meta/recipes-devtools/go/go-binary-native_1.16.bb [moved from meta/recipes-devtools/go/go-binary-native_1.15.8.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.16.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.15.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.16.bb [moved from meta/recipes-devtools/go/go-cross_1.15.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.16.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.15.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.16.bb [moved from meta/recipes-devtools/go/go-native_1.15.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.16.bb [moved from meta/recipes-devtools/go/go-runtime_1.15.bb with 100% similarity]
meta/recipes-devtools/go/go_1.16.bb [moved from meta/recipes-devtools/go/go_1.15.bb with 100% similarity]