From: Geoff Levand <geoff@infradead.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] go language enhancements
Date: Thu, 19 May 2016 22:33:25 +0000 [thread overview]
Message-ID: <cover.1463696779.git.geoff@infradead.org> (raw)
Patch 3 adds a new package etcd, which does not use cgo support and can be used
to test builds without BR2_TOOLCHAIN_HAS_THREADS.
-Geoff
The following changes since commit 3f3342a581970977f28620f17391d8aaf2204fec:
Update for 2016.05-rc2 (2016-05-17 16:11:24 +0200)
are available in the git repository at:
git at github.com:glevand/buildroot--buildroot.git for-merge-go-enhancements
for you to fetch changes up to 2693e1ba9409afcdea6b26f0d118c48cdfd0766e:
etcd: new package (2016-05-19 15:20:13 -0700)
----------------------------------------------------------------
Geoff Levand (3):
package/go-bootstrap: Build host tools with host CC
package/go: Enable MIPS support
etcd: new package
package/Config.in | 1 +
package/etcd/Config.in | 9 +++++
package/etcd/S80etcd2 | 33 ++++++++++++++++++
package/etcd/etcd.hash | 2 ++
package/etcd/etcd.mk | 67 ++++++++++++++++++++++++++++++++++++
package/etcd/etcd2.service | 17 +++++++++
package/etcd/etcd2_sysv.conf | 13 +++++++
package/etcd/etcd2_tmpfiles.conf | 1 +
package/go-bootstrap/go-bootstrap.mk | 3 ++
package/go/Config.in.host | 2 +-
package/go/go.mk | 4 +++
11 files changed, 151 insertions(+), 1 deletion(-)
create mode 100644 package/etcd/Config.in
create mode 100644 package/etcd/S80etcd2
create mode 100644 package/etcd/etcd.hash
create mode 100644 package/etcd/etcd.mk
create mode 100644 package/etcd/etcd2.service
create mode 100644 package/etcd/etcd2_sysv.conf
create mode 100644 package/etcd/etcd2_tmpfiles.conf
--
2.5.0
next reply other threads:[~2016-05-19 22:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-19 22:33 Geoff Levand [this message]
2016-05-19 22:33 ` [Buildroot] [PATCH 3/3] etcd: new package Geoff Levand
2016-07-04 9:28 ` Romain Naour
2016-05-19 22:33 ` [Buildroot] [PATCH 2/3] package/go: Enable MIPS support Geoff Levand
2016-06-01 21:41 ` Thomas Petazzoni
2016-05-19 22:33 ` [Buildroot] [PATCH 1/3] package/go-bootstrap: Build host tools with host CC Geoff Levand
2016-07-04 9:40 ` Romain Naour
2016-07-04 13:08 ` Peter Korsgaard
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.1463696779.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