blob: 3e434b52f136e913974c5d407062440f32ebae74 [file] [log] [blame]
SUMMARY = "OEM sensor config for phosphor-host-ipmid"
PR = "r1"
inherit native
inherit obmc-phosphor-license
inherit phosphor-ipmi-host
SRC_URI += "file://openpower-config.yaml"
S = "${WORKDIR}"
do_install() {
DEST=${D}${sensor_yamldir}
install -d ${DEST}
install openpower-config.yaml ${DEST}/openpower-config.yaml
}