blob: d9dcd1af234de0752f13f17a6abb99be3e1be4f4 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001SUMMARY = "Phosphor OpenBMC Chassis Management"
2DESCRIPTION = "Phosphor OpenBMC chassis management reference implementation."
3PR = "r1"
Brad Bishopedb390a2018-11-06 10:09:31 -08004LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04005LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Brad Bishop93fb5352015-09-09 03:59:20 +00006
Brad Bishop4539dad2015-09-21 17:12:39 -04007inherit obmc-phosphor-pydbus-service
Brad Bishop51607d22015-10-18 22:00:15 -04008
Brad Bishop09ad8982016-09-06 22:02:03 -04009PROVIDES += "virtual/obmc-chassis-mgmt"
10RPROVIDES_${PN} += "virtual-obmc-chassis-mgmt"
11
Brad Bishop51607d22015-10-18 22:00:15 -040012S = "${WORKDIR}"
Patrick Williams7da5c312020-03-24 11:49:50 -050013SRC_URI += "file://${BPN}.py"