Joel Stanley | d4c74eb | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 1 | SUMMARY = "PowerPC FSI Debugger" |
Joel Stanley | 272f77d | 2017-11-22 11:57:08 +1030 | [diff] [blame] | 2 | DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors" |
Joel Stanley | d4c74eb | 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 | b1c73ef | 2019-10-17 16:07:30 +1030 | [diff] [blame] | 6 | PV = "2.4+git${SRCPV}" |
Brad Bishop | b400ee0 | 2018-10-26 09:02:51 -0400 | [diff] [blame] | 7 | |
Artem Senichev | 16c5b8f | 2019-02-25 16:27:48 +0300 | [diff] [blame] | 8 | SRC_URI += "git://github.com/open-power/pdbg.git" |
Joel Stanley | b1c73ef | 2019-10-17 16:07:30 +1030 | [diff] [blame] | 9 | SRCREV = "8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d" |
Joel Stanley | c02c0cf | 2017-07-14 15:36:33 +0930 | [diff] [blame] | 10 | |
| 11 | DEPENDS += "dtc-native" |
Joel Stanley | d4c74eb | 2016-05-24 17:32:23 +0930 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit autotools |
Ramesh Iyyar | 0b1645b | 2019-10-03 01:52:22 -0500 | [diff] [blame] | 16 | |
| 17 | BBCLASSEXTEND = "native" |