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 | |
} |