How do I remove connman from imx6sxsabresd yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I remove connman from imx6sxsabresd yocto

3,905 Views
thesillywhat
Contributor I

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

0 Kudos
Reply
2 Replies

3,860 Views
thesillywhat
Contributor I

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

0 Kudos
Reply

3,870 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi,

like this in local.conf:

PACKAGE_EXCLUDE = "package_name1 package_name2 package_name3 ..."

 

B.R,

Weidong

0 Kudos
Reply