blob: 124aac3cfff2e960667d56b217e8832bc528a37f [file] [log] [blame]
Nagaraju Goruganti0a01e9f2018-04-01 07:56:47 -05001SUMMARY = "The inventory map of frus not sent by host for phosphor-ipmi-host"
Brad Bishop75f03872018-11-03 09:41:57 -07002LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04003LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Ed Tanous9936f862022-09-19 09:13:20 -07004PROVIDES += "virtual/phosphor-ipmi-fru-read-not-sent-by-host-inventory"
5PR = "r1"
Nagaraju Goruganti0a01e9f2018-04-01 07:56:47 -05006
7SRC_URI += "file://fru-config-not-sent-by-host.yaml"
8
9S = "${WORKDIR}"
10
Ed Tanous9936f862022-09-19 09:13:20 -070011inherit phosphor-ipmi-host
12inherit native
Nagaraju Goruganti0a01e9f2018-04-01 07:56:47 -050013
Patrick Williams12fc9392021-08-06 09:16:53 -050014do_install:append() {
Nagaraju Goruganti0a01e9f2018-04-01 07:56:47 -050015 DEST=${D}${config_datadir}
16 install -d ${DEST}
17 install fru-config-not-sent-by-host.yaml ${DEST}/fru-config-not-sent-by-host.yaml
18}