commit | 91946e7b82999679d921fb9537a01fad10f1b8ba | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 09 12:20:09 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 09 21:09:47 2017 +0000 |
tree | e54cdc4cf9781d880a5b49045986d2ae20a2b45d | |
parent | 54ae4b02b4bcd9e85d33e0131c3138f6e1a37c62 [diff] |
phosphor-ipmi-fru.inc: bump version Change-Id: Ia88dc79848affd88deefb0129ec3a5070c1ad678 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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 c1f78eb..acd9835 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 @@ 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 17c1bff..1b809f5 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 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c" SRC_URI += "git://github.com/openbmc/ipmi-fru-parser" -SRCREV = "a2ca100a21ae6e712e01a11f86476eb2717b25ad" +SRCREV = "3d0ce84bdfb68dedd1344e8ced509db49dd1a4d5"