From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Sascha Hauer Date: Wed, 26 Feb 2014 15:13:20 +0100 Message-Id: <1393424001-26060-6-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1393424001-26060-1-git-send-email-s.hauer@pengutronix.de> References: <1393424001-26060-1-git-send-email-s.hauer@pengutronix.de> Subject: [ptxdist] [PATCH 6/7] Add dfu-util rules for host Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: mol@pengutronix.de, mkl@pengutronix.de Signed-off-by: Sascha Hauer --- 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 +# +# 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