Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 1 | SUMMARY = "PowerPC FSI Debugger" |
| 2 | DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors from the BMC." |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | |
| 6 | SRC_URI += "git://github.com/open-power/pdbg.git" |
Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 7 | |
Patrick Williams | 43e1b3d | 2017-01-13 09:26:17 -0600 | [diff] [blame] | 8 | SRCREV = "6554a4a6bf73c22766650977eec07f90502b7438" |
Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 9 | PV = "git${SRCREV}" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit autotools |