[meta-freescale] [PATCH 1/5] imx-alsa-plugins: Add support for all mx6 and mx7 machines

Otavio Salvador otavio.salvador at ossystems.com.br
Mon Oct 31 05:55:59 PDT 2016


On Fri, Oct 28, 2016 at 6:23 PM, Fabio Berton
<fabio.berton at ossystems.com.br> wrote:
> Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
> ---
>  recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 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 574a260..e08ad6e 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,11 @@ 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}"
> +COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)"
> +PACKAGE_ARCH_mx6dl = "${MACHINE_SOCARCH}"

As we restrict the compatible list, you could use:

PACKAGE_ARCH = "${MACHINE_SOCARCH}"

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list