[Add meta-cmf-filogic sdk cmf for rdkb development]

[Description]
Add meta-cmf-filogic sdk cmf for rdkb development
1. rdkb base on dunfell rdkb-next (> 2022q1)
2. cmf is mostly from meta-turris implementation
3. some 64bit support are port from rp4-64 cmf
4. arm64/arm 32bit bsp both can run on rdkb

[Release-log]
N/A

diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..15de589
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,15 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+	${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "cmf-filogic"
+BBFILE_PATTERN_cmf-filogic = "^${LAYERDIR}/"
+BBFILE_PRIORITY_cmf-filogic = "24"
+
+LAYERSERIES_COMPAT_cmf-filogic = "dunfell"
+
+require conf/distro/include/rdk-turris.inc
+#require conf/include/rdk-external-src-platform.inc