blob: ee1056a491fd774e950c8ca82fd3e49955e27a00 [file] [log] [blame]
Brad Bishop0e04b2e2019-05-13 13:45:49 -04001SUMMARY = "Phosphor fan zone definition default data"
Brad Bishop0e04b2e2019-05-13 13:45:49 -04002LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04003LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Ed Tanous9936f862022-09-19 09:13:20 -07004PR = "r1"
Brad Bishop0e04b2e2019-05-13 13:45:49 -04005
Ed Tanous9936f862022-09-19 09:13:20 -07006SRC_URI = "file://zones.yaml"
Brad Bishop0e04b2e2019-05-13 13:45:49 -04007
8S = "${WORKDIR}"
9
Ed Tanous9936f862022-09-19 09:13:20 -070010inherit allarch
11inherit phosphor-fan
Brad Bishop0e04b2e2019-05-13 13:45:49 -040012
13do_install() {
14 install -D zones.yaml ${D}${control_datadir}/zones.yaml
15}
16
Patrick Williams12fc9392021-08-06 09:16:53 -050017FILES:${PN} += "${control_datadir}/zones.yaml"