meta-quanta: s6q: create basic machine
Initial introduction of Quanta S6Q family equipped with Aspeed 2600 BMC
SoC.
Tested:
1. Build Quanta S6Q board and load on the target hardware.
2. Ensure that BMC boots to console.
Change-Id: Ia16d5fd6e38e2191908c0bec44cb412be254a433
Signed-off-by: P.K.Lee <p.k.lee@quantatw.com>
diff --git a/meta-quanta/meta-s6q/conf/layer.conf b/meta-quanta/meta-s6q/conf/layer.conf
new file mode 100644
index 0000000..fe35953
--- /dev/null
+++ b/meta-quanta/meta-s6q/conf/layer.conf
@@ -0,0 +1,11 @@
+# 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 += "s6q-layer"
+BBFILE_PATTERN_s6q-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_s6q-layer := "hardknott honister"