netmodule-linux-image: Use MACHINE_FEATURES for bluetooth packages
This commit is contained in:
parent
74053cab62
commit
bb87bf441f
|
|
@ -38,6 +38,11 @@ FIRMWARE_armada-385 = " \
|
||||||
linux-firmware-ath6k \
|
linux-firmware-ath6k \
|
||||||
linux-firmware-ath9k \
|
linux-firmware-ath9k \
|
||||||
"
|
"
|
||||||
|
BT_TOOLS = " \
|
||||||
|
bluez5-obex \
|
||||||
|
bluez5-noinst-tools \
|
||||||
|
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
|
||||||
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append = " \
|
IMAGE_INSTALL_append = " \
|
||||||
hostapd \
|
hostapd \
|
||||||
|
|
@ -66,16 +71,15 @@ IMAGE_INSTALL_append = " \
|
||||||
curl \
|
curl \
|
||||||
less \
|
less \
|
||||||
nmhw-auto-part \
|
nmhw-auto-part \
|
||||||
|
libgpiod \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "toby-l2", "ublox-gsm-config", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "toby-l2", "ublox-gsm-config", "", d)} \
|
||||||
|
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "${BT_TOOLS}", "", d)} \
|
||||||
${FIRMWARE} \
|
${FIRMWARE} \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_cortex9hf-neon_append = " kernel-devicetree "
|
IMAGE_INSTALL_cortex9hf-neon_append = " kernel-devicetree "
|
||||||
IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree "
|
IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree "
|
||||||
IMAGE_INSTALL_append_am335x-nrhw16 = " \
|
IMAGE_INSTALL_append_am335x-nrhw16 = " \
|
||||||
tibluetooth \
|
|
||||||
bluez5-obex \
|
|
||||||
bluez5-noinst-tools \
|
|
||||||
canutils \
|
canutils \
|
||||||
wakeup-timer \
|
wakeup-timer \
|
||||||
"
|
"
|
||||||
|
|
@ -84,20 +88,10 @@ IMAGE_INSTALL_append_armada-385-nrhw18 = " \
|
||||||
fpga-image \
|
fpga-image \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nrhw20 = " \
|
|
||||||
tibluetooth \
|
|
||||||
bluez5-obex \
|
|
||||||
bluez5-noinst-tools \
|
|
||||||
"
|
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
tibluetooth \
|
|
||||||
bluez5-obex \
|
|
||||||
bluez5-noinst-tools \
|
|
||||||
can-utils \
|
can-utils \
|
||||||
spitools \
|
spitools \
|
||||||
socat \
|
socat \
|
||||||
libgpiod \
|
|
||||||
battery-test \
|
battery-test \
|
||||||
cryptodev-module \
|
cryptodev-module \
|
||||||
socket-uart \
|
socket-uart \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue