Adding wifi and bluetooth support to dey-image-tiny on connectcore imx6ul

Hello

I need to add wifi and bluetooth functionality to dey-image-tiny target.
throuch local.conf i added these lines

EXTRA_IMAGE_FEATURES += "
ssh-server-dropbear
"

IMAGE_INSTALL_append = "
iproute2
ethtool
crda
wpa-supplicant
wpa-supplicant-cli
bluez5
python
kernel-modules
kernel-module-qualcomm
firmware-qualcomm
"

but firmware-qualcomm feature stop image building work with this error:

ERROR: firmware-qualcomm not found in the base feeds (ccimx6ulstarter cortexa7t2hf-vfp-neon-mx6ul cortexa7hf-vfp-neon-mx6ul cortexa7t2hf-vfp-neon cortexa7t2hf-vfp cortexa7hf-vfp-neon cortexa7hf-vfp armv7at2hf-vfp-neon armv7ahf-vfp-neon armv7at2hf-vfp armv7ahf-vfp armv6thf-vfp armv6hf-vfp armv5tehf-vfp armv5ehf-vfp armv5thf-vfp armv5hf-vfp noarch any all). …

any hints?

Thanks a lot

Please take a look here:
https://github.com/digi-embedded/meta-digi/blob/jethro/meta-digi-dey/recipes-core/images/core-image-base.bbappend
IMAGE_FEATURES += "
dey-network
package-management
ssh-server-dropbear
${@bb.utils.contains(‘MACHINE_FEATURES’, ‘accel-video’, ‘dey-gstreamer’, ‘’, d)}
${@bb.utils.contains(‘MACHINE_FEATURES’, ‘alsa’, ‘dey-audio’, ‘’, d)}
${@bb.utils.contains(‘MACHINE_FEATURES’, ‘bluetooth’, ‘dey-bluetooth’, ‘’, d)}
${@bb.utils.contains(‘MACHINE_FEATURES’, ‘wifi’, ‘dey-wireless’, ‘’, d)} \