bytedance: g220a: Initial commit for meta-g220a

G220a is an x86 server platform with an ast2500 BMC

(From meta-bytedance rev: f6d9fbafdfa3e5b0088f4d72792f2f3a031009a6)

Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com>
Change-Id: Ie0851a3e689fa7348cbb812e9ff51ea570632123
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-bytedance/meta-g220a/conf/layer.conf b/meta-bytedance/meta-g220a/conf/layer.conf
new file mode 100644
index 0000000..e6e376c
--- /dev/null
+++ b/meta-bytedance/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"