How do I remove connman from imx6sxsabresd yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How do I remove connman from imx6sxsabresd yocto

3,908 次查看
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 项奖励
回复
2 回复数

3,863 次查看
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 项奖励
回复

3,873 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hi,

like this in local.conf:

PACKAGE_EXCLUDE = "package_name1 package_name2 package_name3 ..."

 

B.R,

Weidong

0 项奖励
回复