bytedance: g220a: Initial commit for meta-g220a

G220a is an x86 server platform with an ast2500 BMC

Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com>
Change-Id: Iae5499c5f86999a882862cc11aa040d760661d1e
diff --git a/meta-g220a/conf/layer.conf b/meta-g220a/conf/layer.conf
new file mode 100644
index 0000000..e6e376c
--- /dev/null
+++ b/meta-g220a/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 += "g220a-layer"
+BBFILE_PATTERN_g220a-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_g220a-layer = "dunfell"