From: Geoff Levand <geoff@infradead.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/3] Add go language support
Date: Mon, 04 Apr 2016 19:31:49 +0000 [thread overview]
Message-ID: <cover.1459798147.git.geoff@infradead.org> (raw)
This series adds support for the go programming language. I tested the build of
the included flannel package on i386, powerpc64, arm (32 bit) and arm64. I did
runtime testing of the generated flannel binary on arm64.
Patch 1 adds a host only bootstrap compiler needed to build the latest go
versions.
Patch 2 adds support for a host cross compiler, libraries and tools.
Patch 3 adds a go language package flannel that can be used to test the go
compiler.
Changes for v3:
o Rebase to latest (261cef0fe9598eadfe8a8efa80def40640f2e9f8).
Changes for v2:
o Dropped go target support. We can consider it again if there is a strong use
case.
o General cleanup of package files. Added comments, fixed variable names,
use github helper function.
-Geoff
The following changes since commit 261cef0fe9598eadfe8a8efa80def40640f2e9f8:
wilc1000-firmware: new package (2016-04-02 17:18:32 +0200)
are available in the git repository at:
git at github.com:glevand/buildroot--buildroot.git go-v3
for you to fetch changes up to 762e3d2b6b696656441d9818512ac7ac10221e7f:
flannel: new package (2016-04-04 12:12:48 -0700)
----------------------------------------------------------------
Geoff Levand (3):
go-bootstrap: new host package
go: new host package
flannel: new package
package/Config.in | 1 +
package/Config.in.host | 1 +
package/flannel/Config.in | 9 ++++
package/flannel/flannel.hash | 2 +
package/flannel/flannel.mk | 42 +++++++++++++++++++
package/go-bootstrap/go-bootstrap.hash | 2 +
package/go-bootstrap/go-bootstrap.mk | 38 +++++++++++++++++
package/go/Config.in.host | 13 ++++++
package/go/go.hash | 2 +
package/go/go.mk | 75 ++++++++++++++++++++++++++++++++++
10 files changed, 185 insertions(+)
create mode 100644 package/flannel/Config.in
create mode 100644 package/flannel/flannel.hash
create mode 100644 package/flannel/flannel.mk
create mode 100644 package/go-bootstrap/go-bootstrap.hash
create mode 100644 package/go-bootstrap/go-bootstrap.mk
create mode 100644 package/go/Config.in.host
create mode 100644 package/go/go.hash
create mode 100644 package/go/go.mk
--
2.5.0
next reply other threads:[~2016-04-04 19:31 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 19:31 Geoff Levand [this message]
2016-04-04 19:31 ` [Buildroot] [PATCH v3 1/3] go-bootstrap: new host package Geoff Levand
2016-04-20 21:02 ` Thomas Petazzoni
2016-04-22 1:09 ` Cam Hutchison
2016-04-22 9:51 ` Thomas Petazzoni
2016-04-22 21:41 ` Cam Hutchison
2016-04-22 21:49 ` Thomas Petazzoni
2016-04-23 8:34 ` Peter Korsgaard
2016-04-04 19:31 ` [Buildroot] [PATCH v3 3/3] flannel: new package Geoff Levand
2016-04-20 21:03 ` Thomas Petazzoni
2016-04-04 19:31 ` [Buildroot] [PATCH v3 2/3] go: new host package Geoff Levand
2016-04-20 21:03 ` Thomas Petazzoni
2016-04-06 5:05 ` [Buildroot] [PATCH v3 0/3] Add go language support Christian Stewart
2016-04-06 16:23 ` Geoff Levand
2016-04-21 20:43 ` Thomas Petazzoni
2016-04-25 16:27 ` Geoff Levand
2016-04-29 21:26 ` Geoff Levand
2016-04-30 12:03 ` Thomas Petazzoni
2016-05-01 3:43 ` Christian Stewart
2016-05-02 16:37 ` Geoff Levand
2016-05-03 7:08 ` Thomas Petazzoni
2016-05-06 19:57 ` Geoff Levand
2016-05-06 19:58 ` Geoff Levand
2016-05-07 23:48 ` Arnout Vandecappelle
2016-05-02 16:21 ` Geoff Levand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1459798147.git.geoff@infradead.org \
--to=geoff@infradead.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox