meta-fii: Add new meta layer for Fii USA Inc

Create the meta-fii layer for Fii USA Inc.

Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com>
Change-Id: I354d0b98ae4617896505e794ab5614dd4eb413c6
diff --git a/meta-fii/conf/layer.conf b/meta-fii/conf/layer.conf
new file mode 100644
index 0000000..8895ad5
--- /dev/null
+++ b/meta-fii/conf/layer.conf
@@ -0,0 +1,8 @@
+# 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 += "fii-layer"
+BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_fii-layer = "warrior zeus gatesgarth dunfell"