Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] go language enhancements
@ 2016-05-19 22:33 Geoff Levand
  2016-05-19 22:33 ` [Buildroot] [PATCH 2/3] package/go: Enable MIPS support Geoff Levand
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Geoff Levand @ 2016-05-19 22:33 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2016-07-04 13:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 22:33 [Buildroot] [PATCH 0/3] go language enhancements Geoff Levand
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
2016-05-19 22:33 ` [Buildroot] [PATCH 3/3] etcd: new package Geoff Levand
2016-07-04  9:28   ` Romain Naour

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