blob: 70d3f023128b211ae5c1d3150a73f83577e35e26 [file] [log] [blame]
Brad Bishop3acb95c2017-01-28 11:53:03 -05001SUMMARY = "Sample hostfw inventory map for phosphor-ipmi-fru"
Ed Tanous9936f862022-09-19 09:13:20 -07002PROVIDES += "virtual/phosphor-ipmi-fru-hostfw-config"
Patrick Venture713c4d72018-10-26 09:56:15 -07003PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07004PR = "r1"
5
6S = "${WORKDIR}/git"
Brad Bishop3acb95c2017-01-28 11:53:03 -05007
Brad Bishop3acb95c2017-01-28 11:53:03 -05008inherit phosphor-ipmi-fru
Joseph Reynolds79809ea2021-02-26 15:37:31 -06009inherit native
Brad Bishop3acb95c2017-01-28 11:53:03 -050010
Brad Bishop3acb95c2017-01-28 11:53:03 -050011do_install() {
12 DEST=${D}${hostfw_datadir}
13 install -d ${DEST}
Brad Bishop3acb95c2017-01-28 11:53:03 -050014 # TODO: copy example hostfw yaml to ${DEST}/config.yaml
15 # install fru-types.yaml ${DEST}/config.yaml
16}
Ed Tanous9936f862022-09-19 09:13:20 -070017
18require phosphor-ipmi-fru.inc