summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb9
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc2
2 files changed, 6 insertions, 5 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
index c1f78eb38..acd98355c 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
@@ -11,9 +11,10 @@ PROVIDES += "virtual/phosphor-ipmi-fru-inventory"
S = "${WORKDIR}/git"
do_install() {
- DEST=${D}${inventory_datadir}
+ # TODO: install this to inventory_datadir
+ # after ipmi-fru-parser untangles the host
+ # firmware config from the machine inventory.
+ DEST=${D}${config_datadir}
install -d ${DEST}
-
- # TODO: copy example inventory yaml to ${DEST}/config.yaml
- # install example-inventory.yaml ${DEST}/config.yaml
+ install scripts/example.yaml ${DEST}/config.yaml
}
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index 17c1bffeb..1b809f5da 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
-SRCREV = "a2ca100a21ae6e712e01a11f86476eb2717b25ad"
+SRCREV = "3d0ce84bdfb68dedd1344e8ced509db49dd1a4d5"
OpenPOWER on IntegriCloud