meta-fii:meta-mori: Add Mori machine

First drop for the meta-mori machine, initial machine configuration to
supports Mori machine with Nuvoton npcm730.

Tested-by: Load image on Kudo_BMC board.

Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com>
Change-Id: I74cd554f5eb8bd6778ce27a0d7be12ed228f4c9e
diff --git a/meta-fii/meta-mori/conf/layer.conf b/meta-fii/meta-mori/conf/layer.conf
new file mode 100644
index 0000000..bdafaa5
--- /dev/null
+++ b/meta-fii/meta-mori/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 += "mori-layer"
+BBFILE_PATTERN_mori-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_mori-layer = "hardknott honister"