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/string_attrs.json b/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/string_attrs.json
new file mode 100644
index 0000000..440476f
--- /dev/null
+++ b/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/string_attrs.json
@@ -0,0 +1,26 @@
+{
+    "entries": [
+        {
+            "attribute_name": "Model",
+            "string_type": "ASCII",
+            "minimum_string_length": 1,
+            "maximum_string_length": 100,
+            "default_string_length": 8,
+            "default_string": "FP5280G2",
+            "dbus": {
+                "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
+                "interface": "xyz.openbmc_project.Inventory.Item",
+                "property_name": "PrettyName",
+                "property_type": "string"
+            }
+        },
+        {
+            "attribute_name": "str_example3",
+            "string_type": "Unknown",
+            "minimum_string_length": 1,
+            "maximum_string_length": 100,
+            "default_string_length": 2,
+            "default_string": "ef"
+        }
+    ]
+}
\ No newline at end of file