Hello,
My current yocto system has linux version of 4.9.88. It has both connman and Network manager installed in it.
I want to remove connman. How do I do that?
I have already tried
IMAGE_INSTALL_remove += " connman connman-client connman-gnome"
I have also used
DISTRO_FEATURES_remove = " connman"
But none of them seem to work. Am I missing anything?
Thanks
I don't think we can remove connman by just doing that. I later found out that I have to remove it from these two recipe files
packagegroup-core-tools and packagegroup-self-hosted