blob: 41248d07fd5b407143c752a871fd88686ab62ff1 [file] [log] [blame]
Matthew Barth9c525872019-06-12 10:18:39 -05001SUMMARY = "Thermal policy configuration for meta-witherspoon machines"
Matthew Barthbc7b43f2019-06-13 12:06:11 -05002PR = "r1"
3LICENSE = "Apache-2.0"
Brad Bishopd77088a2019-09-13 13:06:15 -04004LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Matthew Barthbc7b43f2019-06-13 12:06:11 -05005
6inherit allarch
7inherit phosphor-dbus-monitor
8
Adriana Kobylakb96c7502021-08-06 16:25:30 +00009FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
Matthew Barthbc7b43f2019-06-13 12:06:11 -050010
Andrew Geissler319bf072022-07-18 15:14:27 -040011SRC_URI:append:ibm-ac-server = " file://thermal-policy.yaml"
Matthew Barthbc7b43f2019-06-13 12:06:11 -050012
Andrew Geissler319bf072022-07-18 15:14:27 -040013do_install:ibm-ac-server() {
Matthew Barthbc7b43f2019-06-13 12:06:11 -050014 install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml
15}
16
Andrew Geissler319bf072022-07-18 15:14:27 -040017
Myung Baeec88c482022-10-11 01:40:36 -050018FILES:${PN}:append:ibm-ac-server = " ${config_dir}/thermal-policy.yaml"