mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: mol@pengutronix.de, mkl@pengutronix.de
Subject: [ptxdist] [PATCH 6/7] Add dfu-util rules for host
Date: Wed, 26 Feb 2014 15:13:20 +0100	[thread overview]
Message-ID: <1393424001-26060-6-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1393424001-26060-1-git-send-email-s.hauer@pengutronix.de>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 rules/host-dfu-util.in   | 13 +++++++++++++
 rules/host-dfu-util.make | 25 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 rules/host-dfu-util.in
 create mode 100644 rules/host-dfu-util.make

diff --git a/rules/host-dfu-util.in b/rules/host-dfu-util.in
new file mode 100644
index 0000000..7dfd42f
--- /dev/null
+++ b/rules/host-dfu-util.in
@@ -0,0 +1,13 @@
+## SECTION=hosttools
+
+config HOST_DFU_UTIL
+	tristate
+	prompt "dfu-util"
+	help
+	  dfu-util is the host side implementation of the DFU 1.0 and DFU 1.1
+	  specifications of the USB forum. DFU is intended to download and
+	  upload firmware to devices connected over USB. It ranges from small
+	  devices like micro-controller boards up to mobile phones. Using
+	  dfu-util you can download firmware to your DFU-enabled device or
+	  upload firmware from it. dfu-util has been tested with the Openmoko
+	  Neo1973 and Freerunner and many other devices. 
diff --git a/rules/host-dfu-util.make b/rules/host-dfu-util.make
new file mode 100644
index 0000000..2a8f648
--- /dev/null
+++ b/rules/host-dfu-util.make
@@ -0,0 +1,25 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Sascha Hauer <s.hauer@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_DFU_UTIL) += host-dfu-util
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_DFU_UTIL_CONF_TOOL	:= autoconf
+
+# vim: syntax=make
-- 
1.8.5.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2014-02-26 14:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 14:13 [ptxdist] [PATCH 1/7] ptxdist: Add list-packages command Sascha Hauer
2014-02-26 14:13 ` [ptxdist] [PATCH 2/7] ptxdist: Add local-src command Sascha Hauer
2014-02-28 13:48   ` Alexander Dahl
2014-02-28 14:01     ` Sascha Hauer
2014-02-28 14:47       ` Uwe Kleine-König
2014-02-28 14:58       ` Juergen Beisert
2014-02-28 15:54       ` Alexander Dahl
2014-02-26 14:13 ` [ptxdist] [PATCH 3/7] barebox: Add optional dependency to host-libusb Sascha Hauer
2014-02-26 14:13 ` [ptxdist] [PATCH 4/7] barebox: Only install defaultenv file if it exists Sascha Hauer
2014-02-26 14:13 ` [ptxdist] [PATCH 5/7] add ptxsudo alias to ptxdist bash Sascha Hauer
2014-02-26 14:13 ` Sascha Hauer [this message]
2014-02-26 14:13 ` [ptxdist] [PATCH 7/7] dfu-util: version bump to 0.7 Sascha Hauer
2014-02-26 16:30 ` [ptxdist] [PATCH 1/7] ptxdist: Add list-packages command Alexander Dahl
2014-02-27  8:48   ` Sascha Hauer
2014-03-06 17:52 ` Michael Olbrich

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=1393424001-26060-6-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=mkl@pengutronix.de \
    --cc=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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