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 | |
| 15 | SRC_URI = "git://git@github.com/open-power/pdata;branch="main"" |
Jayanth Othayoth | 36339c8 | 2021-08-02 06:16:36 -0500 | [diff] [blame] | 16 | SRCREV = "b05eb90ad19807ab0f8f1c861c56a0dbb0a75d0b" |
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 \ |
| 22 | autoconf-archive" |
| 23 | |
| 24 | PDATA_CONFARG = "CHIP=p10" |
| 25 | EXTRA_OECONF = "--enable-gen_attrsinfo ${PDATA_CONFARG}" |
| 26 | |
| 27 | EXTRA_OEMAKE = "EKB=${STAGING_DATADIR_NATIVE}/ekb/" |