summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/ipmi/metrics-ipmi-blobs_git.bb
blob: 531d824ddcfa7a7ba521fabc03a87fae1e89f468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "gBMC Health Metrics Blob"
DESCRIPTION = "BMC health metrics IPMI blob handler."
GOOGLE_MISC_PROJ = "metrics-ipmi-blobs"

require ../google-misc/google-misc.inc

inherit pkgconfig

DEPENDS += " \
  phosphor-ipmi-blobs \
  phosphor-logging \
  protobuf-native \
  protobuf \
  "

FILES_${PN} += "${libdir}/blob-ipmid"

EXTRA_OEMESON += "-Dtests=disabled"