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 | |
Jayanth Othayoth | d7830ee | 2021-10-15 01:53:01 -0500 | [diff] [blame] | 10 | inherit autotools pkgconfig |
Jayanth Othayoth | 1e40a42 | 2021-06-21 07:24:01 -0500 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 14 | SRC_URI = "git://git@github.com/open-power/ipl;branch="main";protocol=https" |
deepakala-k | 09bbbcb | 2022-10-14 02:48:06 -0500 | [diff] [blame] | 15 | SRCREV = "da64b07adeb2a234c47343642c43f8aab96904a2" |
Jayanth Othayoth | 1e40a42 | 2021-06-21 07:24:01 -0500 | [diff] [blame] | 16 | |
| 17 | DEPENDS = " \ |
Jayanth Othayoth | d7830ee | 2021-10-15 01:53:01 -0500 | [diff] [blame] | 18 | libekb pdbg autoconf-archive guard pdata \ |
Jayanth Othayoth | 1e40a42 | 2021-06-21 07:24:01 -0500 | [diff] [blame] | 19 | " |
| 20 | |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 21 | RDEPENDS:${PN} = "phal-devtree" |
Jayanth Othayoth | 1e40a42 | 2021-06-21 07:24:01 -0500 | [diff] [blame] | 22 | |
Jayanth Othayoth | 934d28d | 2021-09-29 01:53:36 -0500 | [diff] [blame] | 23 | EXTRA_OECONF = "CHIP=p10 --enable-libphal" |