meta-inspur: nf5280m7 Add new machine layer
the Inspur NF5280M7 is an x86 platform server with an AST2600-based BMC.
Tested: Built nf5280m7 and verified the image-bmc is generated.
Change-Id: Iab86a8682d1fc8f3320590e63613a22a14571fcd
Signed-off-by: Xiaoyu Ma <maxiaoyu@inspur.com>
diff --git a/meta-inspur/meta-nf5280m7/conf/layer.conf b/meta-inspur/meta-nf5280m7/conf/layer.conf
new file mode 100644
index 0000000..478b530
--- /dev/null
+++ b/meta-inspur/meta-nf5280m7/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 += "nf5280m7-layer"
+BBFILE_PATTERN_nf5280m7-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_nf5280m7-layer = "langdale mickledore"