summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-07-10 04:52:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-10 23:50:18 +0300
commit5d65bc133e55feba96d2c0e5a518f7139d5aea44 (patch)
tree2ec5e0c34a50f1f821bce33e5994f71dcec71422 /meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb
parent13fe7b9607f68e1c002d38255f549b5bbeb7a264 (diff)
downloadopenbmc-5d65bc133e55feba96d2c0e5a518f7139d5aea44.tar.xz
pdbg: Move to v3.0
The 3.0 release follows from the 2.5-rc1. The changelog for 3.0 is as follows: Major upstream change was the split out the access method from the device-tree representation to enable backend agnostic system device trees. Other notable features: - Swift support - get/putmempba - Added SBEFIFO backend - Expanded use of SBEFIFO chipops (From meta-openpower rev: 9c2e7744375b992d4cc7cca91d9dc9009f2b76e9) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I3a1ed00c0b3bacc64312fe6c09b4b5b13e691772 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb')
-rw-r--r--meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb
new file mode 100644
index 000000000..f180d895b
--- /dev/null
+++ b/meta-openpower/recipes-bsp/pdbg/pdbg_3.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "PowerPC FSI Debugger"
+DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI += "git://github.com/open-power/pdbg.git"
+SRCREV = "v3.0"
+
+DEPENDS += "dtc-native"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"