From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request v2] Pull request for branch for-2012.02/host-tools
Date: Thu, 29 Dec 2011 18:40:42 +0100 [thread overview]
Message-ID: <cover.1325178529.git.thomas.petazzoni@free-electrons.com> (raw)
Hello,
This is the second posting of this patch set that allows some host
utilities to be visible in menuconfig, when those host utilities are
not simply build dependencies, but might also be directly interesting
for the user (image creation utilities, device programming utilities,
etc.).
A first posting was done on October, 1st 2011, and the general idea
and implementation received positive comments from Luca Ceresoli and
Thomas De Schampheleire.
Changes since v1:
* Fix a commit log, as per the comment from Luca Ceresoli
* Add the SAM-BA utility from Atmel as another host utility. This
tool can be used from the development machine to reflash a virgin
AT91-based device, through USB or serial.
Regards,
Thomas
The following changes since commit ef3fe1bef6581c66af3858d540343e011cb9fdd6:
cdrkit: bump to version 1.1.11 and adjust style (2011-12-21 23:02:31 +0100)
are available in the git repository at:
http://free-electrons.com/~thomas/buildroot.git for-2012.02/host-tools
Thomas Petazzoni (7):
Add basic config infrastructure for host utilities
uboot-tools: expose host package in menuconfig
libftdi: add host variant
libusb-compat: add host variant
libusb: add host variant
openocd: add host variant
sam-ba: new package with host variant only
Config.in | 2 ++
package/Config.in.host | 7 +++++++
package/libftdi/libftdi.mk | 3 +++
package/libusb-compat/libusb-compat.mk | 4 ++++
package/libusb/libusb.mk | 3 +++
package/openocd/Config.in.host | 6 ++++++
package/openocd/openocd.mk | 10 ++++++++++
package/sam-ba/Config.in.host | 6 ++++++
package/sam-ba/sam-ba.mk | 23 +++++++++++++++++++++++
package/uboot-tools/Config.in.host | 6 ++++++
10 files changed, 70 insertions(+), 0 deletions(-)
create mode 100644 package/Config.in.host
create mode 100644 package/openocd/Config.in.host
create mode 100644 package/sam-ba/Config.in.host
create mode 100644 package/sam-ba/sam-ba.mk
create mode 100644 package/uboot-tools/Config.in.host
Thanks,
--
Thomas Petazzoni
next reply other threads:[~2011-12-29 17:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-29 17:40 Thomas Petazzoni [this message]
2011-12-29 17:40 ` [Buildroot] [PATCH 1/7] Add basic config infrastructure for host utilities Thomas Petazzoni
2011-12-29 17:40 ` [Buildroot] [PATCH 2/7] uboot-tools: expose host package in menuconfig Thomas Petazzoni
2011-12-29 17:40 ` [Buildroot] [PATCH 3/7] libftdi: add host variant Thomas Petazzoni
2011-12-29 17:40 ` [Buildroot] [PATCH 4/7] libusb-compat: " Thomas Petazzoni
2011-12-29 17:40 ` [Buildroot] [PATCH 5/7] libusb: " Thomas Petazzoni
2011-12-29 17:40 ` [Buildroot] [PATCH 6/7] openocd: " Thomas Petazzoni
2012-01-02 13:13 ` Thomas De Schampheleire
2012-01-03 20:46 ` Thomas Petazzoni
2011-12-29 17:40 ` [Buildroot] [PATCH 7/7] sam-ba: new package with host variant only Thomas Petazzoni
2012-01-02 13:25 ` Alexandre Belloni
2012-01-02 13:29 ` Thomas Petazzoni
2012-01-12 23:13 ` Arnout Vandecappelle
2012-01-13 8:25 ` Thomas Petazzoni
2012-01-13 9:29 ` Arnout Vandecappelle
2011-12-30 21:44 ` [Buildroot] [pull request v2] Pull request for branch for-2012.02/host-tools Luca Ceresoli
2012-01-02 13:15 ` Thomas De Schampheleire
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.1325178529.git.thomas.petazzoni@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox