Add ON5263M5 platform
Change-Id: Id9a0e2a0aeebc0254696fb28901b2d3b5ba4d869
Signed-off-by: John Wang <wangzqbj@inspur.com>
diff --git a/meta-on5263m5/conf/layer.conf b/meta-on5263m5/conf/layer.conf
new file mode 100644
index 0000000..93db95c
--- /dev/null
+++ b/meta-on5263m5/conf/layer.conf
@@ -0,0 +1,12 @@
+# 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 += "on5263m5-layer"
+BBFILE_PATTERN_on5263m5-layer = ""
+BBFILE_PRIORITY_on5263m5-layer = "5"
+LAYERSERIES_COMPAT_on5263m5-layer = "sumo"
+