blob: 3a0eebfd9ddb1f5f990624c3caa39f2cb89ea8af [file] [log] [blame]
Jayanth Othayoth1e40a422021-06-21 07:24:01 -05001HOMEPAGE = "https://github.com/open-power/ipl/"
2
3SUMMARY = "Initial Program Load steps"
4DESCRIPTION = "Provides infrastructure to run istep"
5PR = "r1"
6PV = "1.0+git${SRCPV}"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
Jayanth Othayothd7830ee2021-10-15 01:53:01 -050010inherit autotools pkgconfig
Jayanth Othayoth1e40a422021-06-21 07:24:01 -050011
12S = "${WORKDIR}/git"
13
Patrick Williamsbb99d222022-01-24 15:55:09 -060014SRC_URI = "git://git@github.com/open-power/ipl;branch="main";protocol=https"
Ramesh Iyyarb4db03b2022-01-20 00:57:28 -060015SRCREV = "75b471c171b444e4daa9ec867e7e233f339149c4"
Jayanth Othayoth1e40a422021-06-21 07:24:01 -050016
17DEPENDS = " \
Jayanth Othayothd7830ee2021-10-15 01:53:01 -050018 libekb pdbg autoconf-archive guard pdata \
Jayanth Othayoth1e40a422021-06-21 07:24:01 -050019 "
20
Adriana Kobylak8c6707f2021-08-06 17:35:36 +000021RDEPENDS:${PN} = "phal-devtree"
Jayanth Othayoth1e40a422021-06-21 07:24:01 -050022
Jayanth Othayoth934d28d2021-09-29 01:53:36 -050023EXTRA_OECONF = "CHIP=p10 --enable-libphal"