core-image-minimal has bluetooth

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

core-image-minimal has bluetooth

1,350件の閲覧回数
saikirank
Contributor I

I am trying to build core-image-minimal receipe for iMx7 (Yocto project), the image gets successfully built but it has bluetooth, caam and lot of other stuff. How can I remove these from including in the minimal-image?

core-image-minimal should only have things required for just booting nothing else, somehow other packages are getting added. 

MACHINE = "imx7dsabresd"

I have tried to remove bluetooth by adding the following in my local.config but this could not remove bluetooth from the kernel image that is produced.


DISTRO_FEATURES_remove = "bluetooth bluez5 bluez-hcidump"
DISTRO_FEATURES_BACKFILL_remove ="bluez5"
DISTRO_FEATURES_BACKFILL_CONSIDERED_remove ="bluez5"
DISTRO_FEATURES_DEFAULT_remove = " bluetooth bluez5"  

0 件の賞賛
返信
1 返信

973件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

I think you can disable the features in kernel "menuconfig".

0 件の賞賛
返信