diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-09-03 19:23:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-05 22:19:20 +0100 |
| commit | 19e786b6fac8ecce6bb083db3dc9ff3ccc2584b2 (patch) | |
| tree | ffc152bbad1291d0916d7dbe680aeb3c3e67377b /meta/recipes-devtools/go/go-runtime_1.14.bb | |
| parent | d567c995c3b3aa844e20b5117d54c71d2987d8f2 (diff) | |
| download | poky-19e786b6fac8ecce6bb083db3dc9ff3ccc2584b2.tar.gz | |
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
(From OE-Core rev: aa1bfaff4adc9246a2d65592b3a8061d55829086)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-runtime_1.14.bb')
| -rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.14.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-runtime_1.14.bb b/meta/recipes-devtools/go/go-runtime_1.14.bb deleted file mode 100644 index 4eeee65e0c..0000000000 --- a/meta/recipes-devtools/go/go-runtime_1.14.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | export CGO_ENABLED_riscv64 = "" | ||
| 2 | require go-${PV}.inc | ||
| 3 | require go-runtime.inc | ||
