summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2017-07-07 12:20:23 -0500
committerMarri Devender Rao <devenrao@in.ibm.com>2017-07-25 16:58:26 -0500
commit81b8d55ca161ad36d11b1b0de97f34887d2e569b (patch)
treec7a5589540b753618cb6025fa4f5e776cfb95101 /configure.ac
parent37371c1af9323036f634155666c5da9ffa787cea (diff)
downloadphosphor-host-ipmid-81b8d55ca161ad36d11b1b0de97f34887d2e569b.tar.gz
phosphor-host-ipmid-81b8d55ca161ad36d11b1b0de97f34887d2e569b.zip
rename example yaml file for fru read
Change-Id: I06dd388ff6060319a21f16ee58a1bcc7379c98a6 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b28ff0..7efb842 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AS_IF([test "x$INVSENSOR_YAML_GEN" == "x"], [INVSENSOR_YAML_GEN="inventory-senso
INVSENSORGEN="$PYTHON ${srcdir}/scripts/inventory-sensor.py -i $INVSENSOR_YAML_GEN"
AC_SUBST(INVSENSORGEN)
-AS_IF([test "x$FRU_YAML_GEN" == "x"], [FRU_YAML_GEN="example.yaml"])
+AS_IF([test "x$FRU_YAML_GEN" == "x"], [FRU_YAML_GEN="fru-read-example.yaml"])
FRUGEN="$PYTHON $srcdir/scripts/fru_gen.py -i $FRU_YAML_GEN"
AC_SUBST(FRUGEN)
OpenPOWER on IntegriCloud