blob: 9b17062ec03ece04719d11eaf3a2a8e79b75d140 [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"
Jayanth Othayoth6d3702a2022-07-07 07:14:47 -050016SRCREV = "1ae8abf6c3caa4a166b73ef15512cdf4e78d4b5f"
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/"