blob: 0cc6016ab2e82a690882073ca21363d548978861 [file] [log] [blame]
Brad Bishop3acb95c2017-01-28 11:53:03 -05001SUMMARY = "Hostboot hostfw inventory map for phosphor-ipmi-fru"
2PR = "r1"
Brad Bishop2879d322018-11-07 14:45:23 -05003LICENSE = "Apache-2.0"
Brad Bishop1ebdb612019-09-13 12:18:25 -04004LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Brad Bishop3acb95c2017-01-28 11:53:03 -05005
Brad Bishop3acb95c2017-01-28 11:53:03 -05006inherit phosphor-ipmi-fru
Joseph Reynolds79809ea2021-02-26 15:37:31 -06007inherit native
Brad Bishop3acb95c2017-01-28 11:53:03 -05008
9SRC_URI += "file://config.yaml"
10
11PROVIDES += "virtual/phosphor-ipmi-fru-hostfw-config"
12
13S = "${WORKDIR}"
14
15do_install() {
16 DEST=${D}${hostfw_datadir}
17
18 install -d ${DEST}
19 install config.yaml ${DEST}
20}