Jayanth Othayoth | 942f57f | 2021-06-21 07:23:09 -0500 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/open-power/pdata/" |
| 2 | |
| 3 | SUMMARY = "POWER Host data management" |
| 4 | DESCRIPTION = "Devicetree based POWER host data management" |
| 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 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | inherit autotools \ |
| 13 | perlnative |
| 14 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 15 | SRC_URI = "git://git@github.com/open-power/pdata;branch="main";protocol=https" |
ojayanth | 9c1703e | 2023-05-17 04:59:42 -0500 | [diff] [blame] | 16 | SRCREV = "86435f2e2e67c54fc837e8a887a49b6b5a15617e" |
Jayanth Othayoth | 942f57f | 2021-06-21 07:23:09 -0500 | [diff] [blame] | 17 | |
| 18 | DEPENDS = "pdbg \ |
| 19 | libxml-simple-perl-native \ |
| 20 | libxml-libxml-perl-native \ |
| 21 | ekb-native \ |
Anton Blanchard | 7886cd7 | 2022-08-02 22:43:37 -0600 | [diff] [blame] | 22 | autoconf-archive \ |
| 23 | dtc-native" |
Jayanth Othayoth | 942f57f | 2021-06-21 07:23:09 -0500 | [diff] [blame] | 24 | |
| 25 | PDATA_CONFARG = "CHIP=p10" |
| 26 | EXTRA_OECONF = "--enable-gen_attrsinfo ${PDATA_CONFARG}" |
| 27 | |
| 28 | EXTRA_OEMAKE = "EKB=${STAGING_DATADIR_NATIVE}/ekb/" |