core-image-minimal has bluetooth

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

core-image-minimal has bluetooth

825 Views
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 Kudos
1 Reply

448 Views
jimmychan
NXP TechSupport
NXP TechSupport

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

0 Kudos