imx: install 'imx-alsa-plugins' depending on alsa distro feature
This is how it's done for the NXP reference boards in 'meta-freescale' Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
d7413dd551
commit
518ccf11ac
|
|
@ -26,7 +26,12 @@ MACHINE_EXTRA_RDEPENDS += " \
|
|||
parted \
|
||||
u-boot-fw-utils \
|
||||
"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "imx-alsa-plugins cryptodev-module"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||
${MACHINE_FIRMWARE} \
|
||||
${WIRELESS_MODULE} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'imx-alsa-plugins', '', d)} \
|
||||
cryptodev-module \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth"
|
||||
|
|
|
|||
|
|
@ -28,8 +28,14 @@ MACHINE_EXTRA_RDEPENDS += " \
|
|||
mtd-utils-ubifs \
|
||||
u-boot-fw-utils \
|
||||
"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "imx-alsa-plugins cryptodev-module cryptoauthlib"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||
${MACHINE_FIRMWARE} \
|
||||
${WIRELESS_MODULE} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'imx-alsa-plugins', '', d)} \
|
||||
cryptoauthlib \
|
||||
cryptodev-module \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue