Add ON5263M5 platform

Change-Id: Id9a0e2a0aeebc0254696fb28901b2d3b5ba4d869
Signed-off-by: John Wang <wangzqbj@inspur.com>
diff --git a/meta-on5263m5/conf/bblayers.conf.sample b/meta-on5263m5/conf/bblayers.conf.sample
new file mode 100644
index 0000000..3c806e9
--- /dev/null
+++ b/meta-on5263m5/conf/bblayers.conf.sample
@@ -0,0 +1,19 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-openembedded/meta-oe \
+  ##OEROOT##/meta-openembedded/meta-networking \
+  ##OEROOT##/meta-openembedded/meta-perl \
+  ##OEROOT##/meta-openembedded/meta-python \
+  ##OEROOT##/meta-phosphor \
+  ##OEROOT##/meta-aspeed \
+  ##OEROOT##/meta-x86 \
+  ##OEROOT##/meta-inspur \
+  ##OEROOT##/meta-inspur/meta-on5263m5\
+"