diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-10-31 16:08:11 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-31 17:45:19 -0200 |
commit | f8d0169689e700250a8da7173d42ff05171157f3 (patch) | |
tree | bbf6cb8c85640c4a43c1880bd539aaab1c3d8715 /recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |
parent | dd037e696ba27eea43779794779da2ed2e0887c1 (diff) | |
download | meta-freescale-f8d0169689e700250a8da7173d42ff05171157f3.tar.gz |
imx-alsa-plugins: Add support for all mx6 and mx7 machines
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb')
-rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 6 |
1 files changed, 2 insertions, 4 deletions
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" | |||
33 | FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" | 33 | FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" |
34 | FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" | 34 | FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" |
35 | 35 | ||
36 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | 36 | COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)" |
37 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | 37 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
38 | PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}" | ||
39 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" | ||