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.

(From meta-quanta rev: e08538d3df34128ef92c0593c1556931e62c614a)

Change-Id: I2724915dd674bbce0db16a3714bc50cf8993f9b9
Signed-off-by: FranHsu <Fran.Hsu@quantatw.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-quanta/meta-gsj/conf/local.conf.sample b/meta-quanta/meta-gsj/conf/local.conf.sample
new file mode 100644
index 0000000..12e42fb
--- /dev/null
+++ b/meta-quanta/meta-gsj/conf/local.conf.sample
@@ -0,0 +1,18 @@
+MACHINE ??= "gsj"
+DISTRO ?= "openbmc-phosphor"
+PACKAGE_CLASSES ?= "package_rpm"
+SANITY_TESTED_DISTROS_append ?= " *"
+EXTRA_IMAGE_FEATURES = "debug-tweaks"
+USER_CLASSES ?= "buildstats image-mklibs image-prelink"
+PATCHRESOLVE = "noop"
+BB_DISKMON_DIRS = "\
+    STOPTASKS,${TMPDIR},1G,100K \
+    STOPTASKS,${DL_DIR},1G,100K \
+    STOPTASKS,${SSTATE_DIR},1G,100K \
+    STOPTASKS,/tmp,100M,100K \
+    ABORT,${TMPDIR},100M,1K \
+    ABORT,${DL_DIR},100M,1K \
+    ABORT,${SSTATE_DIR},100M,1K \
+    ABORT,/tmp,10M,1K"
+CONF_VERSION = "1"
+