]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-alsa-plugins: Add support for i.MX 6SLL and all 8
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 28 Feb 2019 17:46:29 +0000 (11:46 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Thu, 28 Feb 2019 17:58:37 +0000 (11:58 -0600)
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>
recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb

index c96a883589c10eb271e25820e66fcb8e1b77be08..94c3f4a73dafdd58391cfb62174113073a8d5cc2 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2013-2016 Freescale Semiconductor
+# Copyright (C) 2017-2019 NXP
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 DESCRIPTION = "Freescale alsa-lib plugins"
@@ -32,4 +33,4 @@ FILES_${PN} += "${libdir}/alsa-lib/libasound_*.so"
 FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug"
 FILES_${PN}-dev += "${libdir}/alsa-lib/*.la"
 
-COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d|mx7ulp)"
+COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"