phosphor-ipmi-fru.inc: bump version

Change-Id: Ia88dc79848affd88deefb0129ec3a5070c1ad678
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
index c1f78eb..acd9835 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
@@ -11,9 +11,10 @@
 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/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index 17c1bff..1b809f5 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
 SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
-SRCREV = "a2ca100a21ae6e712e01a11f86476eb2717b25ad"
+SRCREV = "3d0ce84bdfb68dedd1344e8ced509db49dd1a4d5"