go: Add recipes for 1.12 release and make it default
authorJackie Huang <jackie.huang@windriver.com>
Tue, 6 Aug 2019 06:44:49 +0000 (14:44 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 10 Oct 2019 02:26:56 +0000 (10:26 +0800)
commita28aadc52f3c5ff123db40cd76bda7636dd4c09d
tree18af277000db0ab194014f35e9a3fdada26554f4
parent789722742b7ca889ebd2d47c79f05d22220ae7be
go: Add recipes for 1.12 release and make it default

Ported from oe-core:
https://github.com/jackiehjm/openembedded-core/commit/96a2a70bcaacc6010a8776ed8ce3298721665ed0

Issue-ID: INF-4
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I43a8c3d8deadebc0fc5341de67210572e91b70c4
17 files changed:
meta-oran/conf/distro/wrlinux-oran.conf
meta-oran/recipes-devtools/go/go-1.12.inc [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0001-allow-CC-and-CXX-to-have-multiple-words.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0004-ld-add-soname-to-shareable-objects.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0006-cmd-dist-separate-host-and-target-builds.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0007-cmd-go-make-GOROOT-precious-by-default.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0008-use-GOBUILDMODE-to-set-buildmode.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-1.12/0009-ld-replace-glibc-dynamic-linker-with-musl.patch [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-cross-canadian_1.12.bb [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-cross_1.12.bb [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-crosssdk_1.12.bb [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-native_1.12.bb [new file with mode: 0644]
meta-oran/recipes-devtools/go/go-runtime_1.12.bb [new file with mode: 0644]
meta-oran/recipes-devtools/go/go_1.12.bb [new file with mode: 0644]