blob: 14e55d1a708d121606799d37dc9a1851f97227f0 [file] [log] [blame]
Zane Shelley92804a72021-06-04 17:18:22 -05001SUMMARY = "Hardware Error Isolator for POWER Systems"
Ben Tyner9c3da9b2020-05-08 15:03:40 -05002
Zane Shelley92804a72021-06-04 17:18:22 -05003DESCRIPTION = \
4 "The library provides a set of tools to isolate hardware attentions driven \
5 by POWER Systems chip (processor chips, memory chips, etc.)."
6
7HOMEPAGE = "https://github.com/openbmc/openpower-libhei"
8
Ben Tyner9c3da9b2020-05-08 15:03:40 -05009LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
11
Zane Shelley92804a72021-06-04 17:18:22 -050012include openpower-libhei-rev.inc
Ben Tyner9c3da9b2020-05-08 15:03:40 -050013
14S = "${WORKDIR}/git"
Zane Shelley8dff99b2020-11-10 19:56:40 -060015
Andrew Geisslerbaf5ba72021-11-03 10:01:23 -050016inherit pkgconfig meson
Zane Shelley8dff99b2020-11-10 19:56:40 -060017inherit perlnative
18
Zane Shelley92804a72021-06-04 17:18:22 -050019DEPENDS = "libxml2-native libxml-simple-perl-native libjson-perl-native"
20
Zane Shelley896d1422022-01-14 13:09:44 -060021# Don't build CI tests
22EXTRA_OEMESON = "-Dtests=disabled"
23