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" |
Matt Spinler | 9eda7bc | 2017-01-19 15:29:35 -0600 | [diff] [blame] | 7 | SRC_URI += "file://0001-CFAM-reg-0x2918-access-hack.patch" |
Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 8 | |
Lei YU | 18bffcb | 2017-02-14 16:43:33 +0800 | [diff] [blame^] | 9 | SRCREV = "4b1c617f2a469e7033b3376a1b591f26c5010787" |
Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 10 | PV = "git${SRCREV}" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools |