mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +00:00 
			
		
		
		
	 dc0dae6284
			
		
	
	dc0dae6284
	
	
	
		
			
			In case of some types of MCU firmware, additional tools, daemons, kernel drivers, etc. are required on the host side. For example, for Bluetooth HCI controller, at least kernel module and BlueZ should be included. This adds a simple recipe which generates dependencies list per firmware type/name and for existing 'hci_usb' and 'hci_uart', selects 3 packages: 'bluez-daemon', 'kmod-bluetooth' and 'kmod-crypto-user'. Kernel crypto interface in user space has to be also included because the BlueZ isn't able to create static address for LE-only controller without it, which results in no registration of new BT interface: bluetoothd[668]: src/adapter.c:get_static_addr() Failed to open crypto bluetoothd[668]: No Bluetooth address for index 0 Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>