[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/recipes-devtools/php/php_7.%.bbappend b/recipes-devtools/php/php_7.%.bbappend
new file mode 100644
index 0000000..4e2d1d3
--- /dev/null
+++ b/recipes-devtools/php/php_7.%.bbappend
@@ -0,0 +1,11 @@
+EXTRA_OECONF += " \
+		--without-pear  \
+		"
+do_install_prepend_pn-php () {
+	install -d ${D}${sysconfdir}
+        touch ${D}${sysconfdir}/pear.conf
+}
+
+do_install_append_pn-php () {
+    rm ${D}${sysconfdir}/pear.conf
+}