dfu-util: new package

Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
gregory hermant 2012-07-20 18:06:12 +02:00 committed by Thomas Petazzoni
parent a3a3621693
commit f3c1ee9a59
3 changed files with 22 additions and 0 deletions

View File

@ -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"

View File

@ -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/

View File

@ -0,0 +1,13 @@
#############################################################
#
# 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 $(host-autotools-package))