blob: 6ebfa3de628aeef8c816b892d9f6c5efcaaa9d46 [file] [log] [blame]
Jayanth Othayoth942f57f2021-06-21 07:23:09 -05001HOMEPAGE = "https://github.com/open-power/pdata/"
2
3SUMMARY = "POWER Host data management"
4DESCRIPTION = "Devicetree based POWER host data management"
5PR = "r1"
6PV = "1.0+git${SRCPV}"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
10S = "${WORKDIR}/git"
11
12inherit autotools \
13 perlnative
14
15SRC_URI = "git://git@github.com/open-power/pdata;branch="main""
Jayanth Othayothaf9e2072021-10-08 00:56:01 -050016SRCREV = "9d6b94bcd5bc52c435175e8e2c05555df6271e7e"
Jayanth Othayoth942f57f2021-06-21 07:23:09 -050017
18DEPENDS = "pdbg \
19 libxml-simple-perl-native \
20 libxml-libxml-perl-native \
21 ekb-native \
22 autoconf-archive"
23
24PDATA_CONFARG = "CHIP=p10"
25EXTRA_OECONF = "--enable-gen_attrsinfo ${PDATA_CONFARG}"
26
27EXTRA_OEMAKE = "EKB=${STAGING_DATADIR_NATIVE}/ekb/"