diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-02-28 11:46:29 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2019-02-28 11:58:37 -0600 |
commit | 4d2a79ccf8e5c854b5ceae0aef2a49c62ae0c185 (patch) | |
tree | ee08797a3d730c8e663485b06a36cddd245656ca /recipes-multimedia/alsa | |
parent | 02619f5a98486f63b03a72e692ca3895244a197a (diff) | |
download | meta-freescale-4d2a79ccf8e5c854b5ceae0aef2a49c62ae0c185.tar.gz |
imx-alsa-plugins: Add support for i.MX 6SLL and all 8
Also simplify i.MX 6 and 7 configuration logic since alsa is supported
by all i.MX 6 and 7.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia/alsa')
-rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 3 |
1 files changed, 2 insertions, 1 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 c96a8835..94c3f4a7 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright (C) 2017-2019 NXP | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 4 | ||
4 | DESCRIPTION = "Freescale alsa-lib plugins" | 5 | DESCRIPTION = "Freescale alsa-lib plugins" |
@@ -32,4 +33,4 @@ FILES_${PN} += "${libdir}/alsa-lib/libasound_*.so" | |||
32 | FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" | 33 | FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" |
33 | FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" | 34 | FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" |
34 | 35 | ||
35 | COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d|mx7ulp)" | 36 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" |