From: gregory hermant <gregory.hermant@calao-systems.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] dfu-util: new package
Date: Fri, 20 Jul 2012 18:06:12 +0200 [thread overview]
Message-ID: <500981F4.7020007@calao-systems.com> (raw)
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
package/Config.in.host | 1 +
package/dfu-util/Config.in.host | 8 ++++++++
package/dfu-util/dfu-util.mk | 12 ++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 package/dfu-util/Config.in.host
create mode 100644 package/dfu-util/dfu-util.mk
diff --git a/package/Config.in.host b/package/Config.in.host
index 9fcfede..79050f2 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -1,5 +1,6 @@
menu "Host utilities"
+source "package/dfu-util/Config.in.host"
source "package/lpc3250loader/Config.in.host"
source "package/omap-u-boot-utils/Config.in.host"
source "package/openocd/Config.in.host"
diff --git a/package/dfu-util/Config.in.host b/package/dfu-util/Config.in.host
new file mode 100644
index 0000000..cfeebdc
--- /dev/null
+++ b/package/dfu-util/Config.in.host
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_DFU_UTIL
+ bool "host dfu-util"
+ help
+ Dfu-util is the host side implementation of the DFU 1.0
+ specification of the USB forum. DFU is intended to download
+ and upload firmware to devices connected over USB.
+
+ http://dfu-util.gnumonks.org/
diff --git a/package/dfu-util/dfu-util.mk b/package/dfu-util/dfu-util.mk
new file mode 100644
index 0000000..0ac7533
--- /dev/null
+++ b/package/dfu-util/dfu-util.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# dfu-util
+#
+#############################################################
+DFU_UTIL_VERSION:=0.6
+DFU_UTIL_SOURCE = dfu-util-$(DFU_UTIL_VERSION).tar.gz
+DFU_UTIL_SITE = http://dfu-util.gnumonks.org/releases/
+
+HOST_DFU_UTIL_DEPENDENCIES = host-libusb
+
+$(eval $(call AUTOTARGETS,host))
--
1.5.6.3
next reply other threads:[~2012-07-20 16:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-20 16:06 gregory hermant [this message]
2012-07-20 18:07 ` [Buildroot] [PATCH] dfu-util: new package Thomas Petazzoni
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=500981F4.7020007@calao-systems.com \
--to=gregory.hermant@calao-systems.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.