[OE-core] [PATCH v10 0/5] Revamp the Go support
Otavio Salvador
otavio at ossystems.com.br
Thu Sep 14 19:22:26 UTC 2017
This improves the Go support on OE-Core.
We are trying to port as much as possible work done by Matt on
meta-golang back to OE-Core and also to avoid carrying old releases as
there is no need to support more versions of Go toolchain.
This fixes issues in existing support as well as add support for SDK
generation which supports Go.
Changes in v10:
- new patch
- new patch
- new patch
- new patch
- new patch
Matt Madison (4):
go-crosssdk: fix host/target references and cleanup
go: fix linking issues for nativesdk builds
go: fixes for cross-canadian builds
go.bbclass: set TMPDIR during compilation
Otavio Salvador (1):
Add Go toolchain support
meta/classes/go.bbclass | 10 +++++-
meta/recipes-core/meta/meta-go-toolchain.bb | 12 +++++++
.../packagegroup-go-cross-canadian.bb | 12 +++++++
.../packagegroups/packagegroup-go-sdk-target.bb | 8 +++++
meta/recipes-devtools/go/go-1.9.inc | 1 +
...dd-GOHOSTxx-indirection-for-cross-canadia.patch | 33 ++++++++++++++++++
meta/recipes-devtools/go/go-cross-canadian.inc | 40 ++++++++++------------
meta/recipes-devtools/go/go-crosssdk.inc | 11 +++---
meta/recipes-devtools/go/go-runtime.inc | 5 +++
meta/recipes-devtools/go/go-target.inc | 3 ++
10 files changed, 106 insertions(+), 29 deletions(-)
create mode 100644 meta/recipes-core/meta/meta-go-toolchain.bb
create mode 100644 meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb
create mode 100644 meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
create mode 100644 meta/recipes-devtools/go/go-1.9/0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch
--
2.14.1
More information about the Openembedded-core
mailing list