Jayanth Othayoth | 1e40a42 | 2021-06-21 07:24:01 -0500 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/open-power/ipl/" |
| 2 | |
| 3 | SUMMARY = "Initial Program Load steps" |
| 4 | DESCRIPTION = "Provides infrastructure to run istep" |
| 5 | PR = "r1" |
| 6 | PV = "1.0+git${SRCPV}" |
| 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | |
| 10 | inherit autotools |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | SRC_URI = "git://git@github.com/open-power/ipl;branch="main"" |
| 15 | SRCREV = "65b394476c6ec40192b6cc44c6722cee5a5bee20" |
| 16 | |
| 17 | DEPENDS = " \ |
| 18 | libekb pdbg autoconf-archive guard \ |
| 19 | " |
| 20 | |
| 21 | RDEPENDS_${PN} = "phal-devtree" |
| 22 | |
| 23 | EXTRA_OECONF = "CHIP=p10" |