blob: 3e49bbd142a018755cb4951dcb42bc6fc82db8c7 [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
10inherit autotools
11
12S = "${WORKDIR}/git"
13
14SRC_URI = "git://git@github.com/open-power/ipl;branch="main""
Jayanth Othayoth1e03f292021-09-09 09:07:26 -050015SRCREV = "5edb65ddf5820579179d51bfc859fcd973aaac0d"
Jayanth Othayoth1e40a422021-06-21 07:24:01 -050016
17DEPENDS = " \
18 libekb pdbg autoconf-archive guard \
19 "
20
Adriana Kobylak8c6707f2021-08-06 17:35:36 +000021RDEPENDS:${PN} = "phal-devtree"
Jayanth Othayoth1e40a422021-06-21 07:24:01 -050022
23EXTRA_OECONF = "CHIP=p10"