commit | a99d80adb2e67885e21e81de36c60c5bdd1bab88 | [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 | c39c5e1206eec2020c7e94de74f8162b3155546f | |
parent | edebeb757b7077bc27a492fe44bf29c3404655a3 [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/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb index 25fa0f1..6031322 100644 --- a/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb +++ b/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 }