meta-inspur: Add meta-fp5280g2 machine layer

FP5280G2 is an openpower machine with onboard ast2500.

Tested: Built fp5280g2 and verified the bmc-image is generated

(From meta-inspur rev: c6e214b8172b7cbf5567f081902a87fe52d50050)

Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: I95b49aaf8b0ad861901406d6c6cddde27a5b2dc1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-inspur/meta-fp5280g2/conf/layer.conf b/meta-inspur/meta-fp5280g2/conf/layer.conf
new file mode 100644
index 0000000..56da4ba
--- /dev/null
+++ b/meta-inspur/meta-fp5280g2/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "fp5280g2-layer"
+BBFILE_PATTERN_fp5280g2-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_fp5280g2-layer = "thud warrior"