Add ON5263M5 platform
Change-Id: Id9a0e2a0aeebc0254696fb28901b2d3b5ba4d869
Signed-off-by: John Wang <wangzqbj@inspur.com>
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..566d63d
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,14 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
+ ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "inspur-layer"
+BBFILE_PATTERN_inspur-layer = ""
+LAYERVERSION_inspur-layer = "1"
+LAYERSERIES_COMPAT_inspur-layer = "sumo"
+
+INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'
+