Removing Bluetooth from Yocto Build

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

Removing Bluetooth from Yocto Build

1,398 次查看
MichaelBMiner
Contributor IV

I am trying to build a linux image and trying to keep it small. 

 

 

core-image-full-cmdline

 

 

I need very few features. I need to remove bluetooth to save space so I added 

 

 

DISTRO_FEATURES_remove = "3g alsa bluetooth irda nfc opengl pci pcmcia pulseaudio"

 

 

to my local.conf file. When I flash my SD card and booth the device I still a lot of bluetooth initialization occurring.

 

 

[    1.196265] Bluetooth: HCI device and connection manager initialized
[    1.196310] Bluetooth: HCI socket layer initialized
[    1.196343] Bluetooth: L2CAP socket layer initialized
[    1.196405] Bluetooth: SCO socket layer initialized

 

 

I have tried the PACKAGES_EXCLUDE, MACHINE_FEATURES_remove. Nothing gets rid of BT. What am I missing?

标签 (3)
0 项奖励
1 回复

1,378 次查看
b36401
NXP Employee
NXP Employee

Please try to set bluetooth status to disabled in the device tree.

0 项奖励