meta-quanta: Add meta-f0b machine

Initial introduction of Quanta F0B family equipped with Aspeed 2500 BMC SoC.

Tested: Build Quanta F0B board and load on the target hardware.
Ensure that BMC boots to console.

Change-Id: I572708c3e900e00ce82844471100c8434946eaf6
Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com>
diff --git a/meta-f0b/conf/layer.conf b/meta-f0b/conf/layer.conf
new file mode 100644
index 0000000..66f5bb3
--- /dev/null
+++ b/meta-f0b/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 += "f0b-layer"
+BBFILE_PATTERN_f0b-layer = ""
+LAYERSERIES_COMPAT_f0b-layer = "thud"