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 | |
Mohaimen Alsamarai | f59d017 | 2021-08-17 09:34:22 -0500 | [diff] [blame] | 8 | FILES:${PN} = " \ |
Lancelot Kao | 775cc0a | 2021-02-22 22:48:15 -0600 | [diff] [blame] | 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 | } |