inspur: fp5280g2 : Add mctp/pldm packages to fp5280g2

In order to ensure that normal ran of the mctp/pldm, temporarily add
these to the fp5280g2 machine.

Tested: Built successfully on fp5280g2 and mctp/pldm ran well.

(From meta-inspur rev: 82e0a6261199c73158f2244d819c2d9dce4e491b)

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Ia344ba4467b3334e138f50f8b8c902d052e76315
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/integer_attrs.json b/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/integer_attrs.json
new file mode 100644
index 0000000..744b788
--- /dev/null
+++ b/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/integer_attrs.json
@@ -0,0 +1,17 @@
+{
+    "entries": [
+        {
+            "attribute_name": "OUTLET",
+            "lower_bound": 0,
+            "upper_bound": 68002,
+            "scalar_increment": 1,
+            "default_value": 0,
+            "dbus": {
+                "object_path": "/xyz/openbmc_project/sensors/voltage/p3v_bat",
+                "interface": "xyz.openbmc_project.Sensor.Value",
+                "property_type": "int64_t",
+                "property_name": "Value"
+            }
+        }
+    ]
+}
\ No newline at end of file