premjha2@in.ibm.com | 377306d | 2023-04-14 06:14:19 -0500 | [diff] [blame] | 1 | SUMMARY = "Hostboot PEL python parsers" |
| 2 | DESCRIPTION = "Used by peltool to parse Hostboot UserData sections and SRC details" |
| 3 | PR = "r1" |
| 4 | PV = "1.0+git${SRCPV}" |
| 5 | |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | SRC_URI:p10bmc = "git://git@github.com/open-power/hostboot;branch="master-p10";protocol=ssh" |
| 11 | SRCREV:p10bmc = "d796168959bc338e8c8a990403c535ee5d8b31c4" |
| 12 | |
| 13 | inherit setuptools3 |