[Refactor meta-cmf-filogic]

[Description]
Refactor meta-cmf-filogic
1. remove unnecessary recipes and bbappend file in ccsp
2. remove unnecessary tools for broadband image(image size from 124MB to
66.7MB)
3. collect necessary filogic tools in packagegroup-filogic-core.bb

[Release-log]

diff --git a/recipes-core/images/rdk-generic-broadband-image.bbappend b/recipes-core/images/rdk-generic-broadband-image.bbappend
index 0781f60..c2f40b6 100644
--- a/recipes-core/images/rdk-generic-broadband-image.bbappend
+++ b/recipes-core/images/rdk-generic-broadband-image.bbappend
@@ -6,29 +6,18 @@
 # systemd-bootchart doesn't currently build with musl libc
 SYSTEMD_TOOLS_remove_libc-musl = "systemd-bootchart"
 
-IMAGE_INSTALL += " packagegroup-turris-core \
+IMAGE_INSTALL += " packagegroup-filogic-core \
     ${SYSTEMD_TOOLS} \
-    linux-mac80211 \
-    kernel-module-compat \
-    kernel-module-cfg80211 \
-    kernel-module-mac80211 \
-    linux-mt76 \
-    kernel-module-mt76 \
-    kernel-module-mt7915e \
-    regs \
-    mii-mgr \
     network-hotplug \
     libmcrypt \
-    bzip2 \
-    libpcap \
-    tcpdump \
-    ebtables \
-    iw \
-    ethtool \
-    bc \
-    mesh-agent \
-    openvswitch \
-    opensync \
+    coreutils \
+    util-linux-readprofile \    
+    iputils \ 
+    bc \ 
+    python-core \
+    dosfstools \
+    pptp-linux \
+    rp-pppoe  \  
     "
 
 BB_HASH_IGNORE_MISMATCH = "1"