blob: 8432cb8c0e0e263ba8aeae3c7c0f82d32e0e0da8 [file] [log] [blame]
Patrick Venturebfe9b602017-05-09 10:04:13 -07001SUMMARY = "Quanta Q71l IPMI to DBus Sensor mapping."
2PR = "r1"
Brad Bishop74c51e92018-11-05 20:47:38 -08003LICENSE = "Apache-2.0"
Brad Bishop07d2b9d2019-09-13 13:04:22 -04004LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Patrick Venturebfe9b602017-05-09 10:04:13 -07005
Patrick Venturebfe9b602017-05-09 10:04:13 -07006inherit phosphor-ipmi-host
Peter Foleyd24aaba2022-02-09 15:29:47 +00007inherit native
Patrick Venturebfe9b602017-05-09 10:04:13 -07008
9PROVIDES += "virtual/phosphor-ipmi-sensor-inventory"
10
11SRC_URI += "file://config.yaml"
12
13S = "${WORKDIR}"
14
15do_install() {
16 DEST=${D}${sensor_datadir}
17 install -d ${DEST}
18 install config.yaml ${DEST}/sensor.yaml
19}