Joel Stanley | d4c74eb | 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" |
Matt Spinler | c3ff249 | 2017-01-19 15:29:35 -0600 | [diff] [blame] | 7 | SRC_URI += "file://0001-CFAM-reg-0x2918-access-hack.patch" |
Joel Stanley | d4c74eb | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 8 | |
Andrew Geissler | 1067fe4 | 2017-02-21 17:15:39 -0600 | [diff] [blame] | 9 | SRCREV = "bcdad17c283f2242700a01625e20bfe98bca2c2e" |
Joel Stanley | d4c74eb | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 10 | PV = "git${SRCREV}" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools |