Add a new layer meta-gsj to meta-quanta.

Tested: This commit included the basic machine config
        and package group setting for project GSJ.
        And it could build successfully with meta-nuvoton fix
        (https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/17719/).
        But the built image cannot run on EVB now,
        it is because the image generate script still not ready yet.

Change-Id: Ibc0c563d9ed6ee236b2388031cba948a1629008c
Signed-off-by: FranHsu <Fran.Hsu@quantatw.com>
diff --git a/meta-gsj/conf/layer.conf b/meta-gsj/conf/layer.conf
new file mode 100644
index 0000000..d1c71c8
--- /dev/null
+++ b/meta-gsj/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 += "gsj-layer"
+BBFILE_PATTERN_gsj-layer = ""
+LAYERSERIES_COMPAT_gsj-layer = "thud"