mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] add initial version of host-openocd package
@ 2017-01-17 13:22 fixed-term.Oleksij.Rempel
  2017-01-17 14:56 ` Roland Hieber
  0 siblings, 1 reply; 4+ messages in thread
From: fixed-term.Oleksij.Rempel @ 2017-01-17 13:22 UTC (permalink / raw)
  To: mkl; +Cc: Oleksij Rempel

From: Oleksij Rempel <linux@rempel-privat.de>

openocd 0.10.0-rc2

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
 rules/host-openocd.in   |  8 ++++++++
 rules/host-openocd.make | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 rules/host-openocd.in
 create mode 100644 rules/host-openocd.make

diff --git a/rules/host-openocd.in b/rules/host-openocd.in
new file mode 100644
index 0000000..64e50b2
--- /dev/null
+++ b/rules/host-openocd.in
@@ -0,0 +1,8 @@
+## SECTION=hosttools
+
+menuconfig HOST_OPENOCD
+	tristate
+	default ALLYES
+	prompt "host-side openocd             "
+	select HOST_GLIB
+	select HOST_LIBUSB
diff --git a/rules/host-openocd.make b/rules/host-openocd.make
new file mode 100644
index 0000000..ba894ed
--- /dev/null
+++ b/rules/host-openocd.make
@@ -0,0 +1,37 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Oleksij Rempel <linux@rempel-privat.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_OPENOCD) += host-openocd
+
+#
+# Paths and names
+#
+HOST_OPENOCD_VERSION	:= 0.10.0-rc2
+HOST_OPENOCD_MD5	:= b5ac2a635e89186779c51a9cbdc01161
+HOST_OPENOCD		:= openocd-$(HOST_OPENOCD_VERSION)
+HOST_OPENOCD_SUFFIX	:= tar.bz2
+HOST_OPENOCD_URL	:= https://downloads.sourceforge.net/project/openocd/openocd/$(HOST_OPENOCD_VERSION)/$(HOST_OPENOCD).$(HOST_OPENOCD_SUFFIX)
+HOST_OPENOCD_SOURCE	:= $(SRCDIR)/$(HOST_OPENOCD).$(HOST_OPENOCD_SUFFIX)
+HOST_OPENOCD_DIR	:= $(HOST_BUILDDIR)/$(HOST_OPENOCD)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+
+HOST_OPENOCD_CONF_TOOL	:= autoconf
+
+# vim: syntax=make
-- 
1.9.1



_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-19  5:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 13:22 [ptxdist] [PATCH] add initial version of host-openocd package fixed-term.Oleksij.Rempel
2017-01-17 14:56 ` Roland Hieber
2017-01-18 21:12   ` Andreas Pretzsch
2017-01-19  5:10     ` fixed-term.Oleksij.Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox