commit | cfc32161b48580f45fbeeeb70905a587f338486f | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Jul 07 12:15:45 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 26 13:04:40 2017 +0000 |
tree | 9be2689e5408df505dab3c35a85c228784180b04 | |
parent | 3a341e17965d90ad4789768311f9fd2eb52eae8f [diff] |
renamed yaml file for fru read inventory example recipe Change-Id: I80203330199da67fdb36fd9602b61052ce8cf9e8 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb index 25fa0f1..6031322 100644 --- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb +++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb
@@ -13,5 +13,5 @@ do_install() { DEST=${D}${config_datadir} install -d ${DEST} - install scripts/example.yaml ${DEST}/config.yaml + install scripts/fru-read-example.yaml ${DEST}/config.yaml }