blob: 9a614290acc853c23e7220bfba8a4b4bc1cbaabe [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
Patrick Williamsbb99d222022-01-24 15:55:09 -060015SRC_URI = "git://git@github.com/open-power/pdata;branch="main";protocol=https"
Joel Stanley63c95032023-05-30 21:33:39 +093016SRCREV = "298b7970fb2268ea1e2de7bfc7db338243dc7fc3"
Jayanth Othayoth942f57f2021-06-21 07:23:09 -050017
18DEPENDS = "pdbg \
19 libxml-simple-perl-native \
20 libxml-libxml-perl-native \
21 ekb-native \
Anton Blanchard7886cd72022-08-02 22:43:37 -060022 autoconf-archive \
23 dtc-native"
Jayanth Othayoth942f57f2021-06-21 07:23:09 -050024
25PDATA_CONFARG = "CHIP=p10"
26EXTRA_OECONF = "--enable-gen_attrsinfo ${PDATA_CONFARG}"
27
28EXTRA_OEMAKE = "EKB=${STAGING_DATADIR_NATIVE}/ekb/"