Lancelot Kao | 775cc0a | 2021-02-22 22:48:15 -0600 | [diff] [blame] | 1 | UMMARY = "Kudo IPMI Entity association mapping." |
| 2 | PR = "r1" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
| 5 | |
| 6 | SRC_URI += "file://kudo_entity_association_map.json" |
| 7 | |
| 8 | FILES_${PN} = " \ |
| 9 | ${datadir}/ipmi-entity-association/entity_association_map.json \ |
| 10 | " |
| 11 | |
| 12 | do_install() { |
| 13 | install -d ${D}${datadir}/ipmi-entity-association |
| 14 | install -m 0644 -D ${WORKDIR}/kudo_entity_association_map.json \ |
| 15 | ${D}${datadir}/ipmi-entity-association/entity_association_map.json |
| 16 | } |