From: Fabio Berton Date: Mon, 31 Oct 2016 18:08:11 +0000 (-0200) Subject: imx-alsa-plugins: Add support for all mx6 and mx7 machines X-Git-Tag: 2.2~161 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f8d0169689e700250a8da7173d42ff05171157f3;p=meta-freescale.git imx-alsa-plugins: Add support for all mx6 and mx7 machines Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb index 574a2601..6f453af5 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb @@ -33,7 +33,5 @@ FILES_${PN} += "${libdir}/alsa-lib/libasound_*.so" FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" -COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" -PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" -PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}" -PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" +COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}"