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 \
|
parted \
|
||||||
u-boot-fw-utils \
|
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"
|
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth"
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,14 @@ MACHINE_EXTRA_RDEPENDS += " \
|
||||||
mtd-utils-ubifs \
|
mtd-utils-ubifs \
|
||||||
u-boot-fw-utils \
|
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"
|
MACHINE_FEATURES += "wifi bluetooth"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue