Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 1 | SUMMARY = "PowerPC FSI Debugger" |
Joel Stanley | 6b14a3b | 2017-11-22 11:57:08 +1030 | [diff] [blame] | 2 | DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors" |
Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | |
Joel Stanley | c932713 | 2017-07-14 15:36:33 +0930 | [diff] [blame] | 6 | SRC_URI += "git://github.com/open-power/pdbg.git;branch=master" |
Joel Stanley | 43c61b8 | 2018-06-06 16:49:38 +0930 | [diff] [blame] | 7 | SRCREV = "3f1c06d62f81dfbfbb1723d15a6ff3c2f23708f1" |
Joel Stanley | c932713 | 2017-07-14 15:36:33 +0930 | [diff] [blame] | 8 | |
| 9 | DEPENDS += "dtc-native" |
Joel Stanley | 06258a9 | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit autotools |