All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/2] new packages: libzip and sigrok
Date: Tue, 27 Jan 2015 17:02:11 +0100	[thread overview]
Message-ID: <1422374533-11694-1-git-send-email-bgolaszewski@baylibre.com> (raw)

This series adds support for building a minimal subset of the sigrok
software  suite. The motivation for merging these patches is making
sigrok-cli available for users of ACME board (http://baylibre.com/acme/).

The first patch adds libzip package - this is required to build libsigrok.

The second patch adds sigrok libraries and sigrok-cli executable in
a single package. The sources for sigrok modules are cloned from current
git HEADs. This is because ACME driver for sigrok isn't upstream yet and
we would like to make it available in buildroot as soon as it's merged.

Bartosz Golaszewski (2):
  libzip: new package
  sigrok: new package

 package/Config.in                                 |  2 ++
 package/libzip/Config.in                          |  7 +++++
 package/libzip/libzip.mk                          | 15 +++++++++
 package/sigrok/Config.in                          | 37 +++++++++++++++++++++++
 package/sigrok/libserialport/libserialport.mk     | 15 +++++++++
 package/sigrok/libsigrok/libsigrok.mk             | 16 ++++++++++
 package/sigrok/libsigrokdecode/libsigrokdecode.mk | 16 ++++++++++
 package/sigrok/sigrok.mk                          | 10 ++++++
 package/sigrok/sigrokcli/sigrokcli.mk             | 14 +++++++++
 9 files changed, 132 insertions(+)
 create mode 100644 package/libzip/Config.in
 create mode 100644 package/libzip/libzip.mk
 create mode 100644 package/sigrok/Config.in
 create mode 100644 package/sigrok/libserialport/libserialport.mk
 create mode 100644 package/sigrok/libsigrok/libsigrok.mk
 create mode 100644 package/sigrok/libsigrokdecode/libsigrokdecode.mk
 create mode 100644 package/sigrok/sigrok.mk
 create mode 100644 package/sigrok/sigrokcli/sigrokcli.mk

-- 
2.1.4

             reply	other threads:[~2015-01-27 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27 16:02 Bartosz Golaszewski [this message]
2015-01-27 16:02 ` [Buildroot] [PATCH 1/2] libzip: new package Bartosz Golaszewski
2015-01-28 22:31   ` Arnout Vandecappelle
2015-01-27 16:02 ` [Buildroot] [PATCH 2/2] sigrok: " Bartosz Golaszewski
2015-01-28 23:32   ` Arnout Vandecappelle
2015-01-29 11:38     ` Bartosz Golaszewski

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=1422374533-11694-1-git-send-email-bgolaszewski@baylibre.com \
    --to=bgolaszewski@baylibre.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.