phosphor-ipmi-fru: rename the bb file

Rename the phosphor-ipmi-fru-properties-example-native to
phosphor-ipmi-fru-properties-native.
Rename the generated out.yaml to extra-properties.yaml.

Change-Id: Id6fc1c6c5d30f58f7dd83305181d2b0372b2fb33
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw-native.bb b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw-native.bb
index 2188f04..0d250e7 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw-native.bb
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw-native.bb
@@ -24,5 +24,5 @@
             ${bindir}/gen_fru_properties.pl \
             -m ${datadir}/obmc-mrw/${MACHINE}.xml \
             -c config.yaml \
-            -o ${DEST}/out.yaml
+            -o ${DEST}/extra-properties.yaml
 }