Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v10 0/5] Revamp the Go support
@ 2017-09-14 19:22 Otavio Salvador
  2017-09-14 19:22 ` [PATCH v10 1/5] go-crosssdk: fix host/target references and cleanup Otavio Salvador
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Otavio Salvador @ 2017-09-14 19:22 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Will Newton, Otavio Salvador

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-14 19:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14 19:22 [PATCH v10 0/5] Revamp the Go support Otavio Salvador
2017-09-14 19:22 ` [PATCH v10 1/5] go-crosssdk: fix host/target references and cleanup Otavio Salvador
2017-09-14 19:22 ` [PATCH v10 2/5] go: fix linking issues for nativesdk builds Otavio Salvador
2017-09-14 19:22 ` [PATCH v10 3/5] go: fixes for cross-canadian builds Otavio Salvador
2017-09-14 19:22 ` [PATCH v10 4/5] go.bbclass: set TMPDIR during compilation Otavio Salvador
2017-09-14 19:22 ` [PATCH v10 5/5] Add Go toolchain support Otavio Salvador
2017-09-14 19:30 ` ✗ patchtest: failure for Revamp the Go support (rev10) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox