From 91946e7b82999679d921fb9537a01fad10f1b8ba Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 9 Feb 2017 12:20:09 -0600 Subject: phosphor-ipmi-fru.inc: bump version Change-Id: Ia88dc79848affd88deefb0129ec3a5070c1ad678 Signed-off-by: Patrick Williams --- .../ipmi/phosphor-ipmi-fru-inventory-example-native.bb | 9 +++++---- meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'meta-phosphor/common/recipes-phosphor/ipmi') 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" -- cgit v1.2.1