All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/pdbg: new package
@ 2016-07-25  6:16 Joel Stanley
  2016-07-25  6:53 ` [Buildroot] [PATCH v2] " Joel Stanley
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Stanley @ 2016-07-25  6:16 UTC (permalink / raw)
  To: buildroot

PowerPC FSI Debugger, for low level debugging of a Power8 CPU over FSI.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 package/pdbg/Config.in |  6 ++++++
 package/pdbg/pdbg.mk   | 14 ++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 package/pdbg/Config.in
 create mode 100644 package/pdbg/pdbg.mk

diff --git a/package/pdbg/Config.in b/package/pdbg/Config.in
new file mode 100644
index 000000000000..f25867fa2c41
--- /dev/null
+++ b/package/pdbg/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PDBG
+	bool "pdbg"
+	depends on BR2_arm
+	help
+	  PowerPC FSI Debugger, for low level debugging of a PowerPC CPU
+	  over FSI.
diff --git a/package/pdbg/pdbg.mk b/package/pdbg/pdbg.mk
new file mode 100644
index 000000000000..48444567bee3
--- /dev/null
+++ b/package/pdbg/pdbg.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# pdbg
+#
+################################################################################
+
+PDBG_VERSION = 90a7370a11e727f1482dea6ff2bd6aec20c64805
+
+PDBG_SITE = $(call github,open-power,pdbg,$(PDBG_VERSION))
+PDBG_LICENSE = Apache 2.0
+PDBG_LICENSE_FILES = COPYING
+PDBG_AUTORECONF = YES
+
+$(eval $(autotools-package))
-- 
2.8.1

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

end of thread, other threads:[~2016-07-26 19:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25  6:16 [Buildroot] [PATCH] package/pdbg: new package Joel Stanley
2016-07-25  6:53 ` [Buildroot] [PATCH v2] " Joel Stanley
2016-07-25 22:09   ` Thomas Petazzoni
2016-07-26  2:13     ` Joel Stanley
2016-07-26  7:18       ` Thomas Petazzoni
2016-07-26  7:28   ` [Buildroot] [PATCH v3] " Joel Stanley
2016-07-26 19:30     ` Thomas Petazzoni

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.