]> code.ossystems Code Review - openembedded-core.git/commit
go: Upgrade to 1.15 major release
authorKhem Raj <raj.khem@gmail.com>
Fri, 4 Sep 2020 02:23:47 +0000 (19:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Sep 2020 21:18:12 +0000 (22:18 +0100)
commitaa1bfaff4adc9246a2d65592b3a8061d55829086
tree6a65449be0efa7b686e793acc2c39374f116077d
parent1e98edf46d0b96da2aea7dabd1d7cf3ce6c5e7bd
go: Upgrade to 1.15 major release

1.15 is latest major release changelog is [1] and detailed blog is [2]

Drop hardcoding ldso patch in favor of setting it using GO_LDSO variable
which can be defined in terms of linuxloader defined by OE

Setting GOBUILDMODE to pie is no longer needed

[1] https://golang.org/doc/go1.15
[2] https://blog.golang.org/go1.15

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.14/0009-ld-replace-glibc-dynamic-linker-with-musl.patch [deleted file]
meta/recipes-devtools/go/go-1.15.inc [moved from meta/recipes-devtools/go/go-1.14.inc with 76% similarity]
meta/recipes-devtools/go/go-1.15/0001-allow-CC-and-CXX-to-have-multiple-words.patch [moved from meta/recipes-devtools/go/go-1.14/0001-allow-CC-and-CXX-to-have-multiple-words.patch with 95% similarity]
meta/recipes-devtools/go/go-1.15/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch [moved from meta/recipes-devtools/go/go-1.14/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch with 93% similarity]
meta/recipes-devtools/go/go-1.15/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [moved from meta/recipes-devtools/go/go-1.14/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch with 100% similarity]
meta/recipes-devtools/go/go-1.15/0004-ld-add-soname-to-shareable-objects.patch [moved from meta/recipes-devtools/go/go-1.14/0004-ld-add-soname-to-shareable-objects.patch with 89% similarity]
meta/recipes-devtools/go/go-1.15/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [moved from meta/recipes-devtools/go/go-1.14/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch with 100% similarity]
meta/recipes-devtools/go/go-1.15/0006-cmd-dist-separate-host-and-target-builds.patch [moved from meta/recipes-devtools/go/go-1.14/0006-cmd-dist-separate-host-and-target-builds.patch with 100% similarity]
meta/recipes-devtools/go/go-1.15/0007-cmd-go-make-GOROOT-precious-by-default.patch [moved from meta/recipes-devtools/go/go-1.14/0007-cmd-go-make-GOROOT-precious-by-default.patch with 95% similarity]
meta/recipes-devtools/go/go-1.15/0008-use-GOBUILDMODE-to-set-buildmode.patch [moved from meta/recipes-devtools/go/go-1.14/0008-use-GOBUILDMODE-to-set-buildmode.patch with 96% similarity]
meta/recipes-devtools/go/go-binary-native_1.15.1.bb [moved from meta/recipes-devtools/go/go-binary-native_1.14.7.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.15.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.14.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.15.bb [moved from meta/recipes-devtools/go/go-cross_1.14.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.15.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.14.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.15.bb [moved from meta/recipes-devtools/go/go-native_1.14.bb with 96% similarity]
meta/recipes-devtools/go/go-runtime_1.15.bb [moved from meta/recipes-devtools/go/go-runtime_1.14.bb with 100% similarity]
meta/recipes-devtools/go/go_1.15.bb [moved from meta/recipes-devtools/go/go_1.14.bb with 58% similarity]