]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-alsa-plugins: Make imx7ulp a compatible machine
authorDaiane Angolini <daiane.angolini@nxp.com>
Thu, 23 Aug 2018 19:26:10 +0000 (16:26 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 31 Aug 2018 01:01:28 +0000 (22:01 -0300)
>From [1] we know the imx-alsa-plugins_1.0.26 does support all imx7, and
it is defined in the BSP as MACHINE_EXTRA_RRECOMMENDS, so this patch add
imx7ulp as compatible.

It also fixes the following error (when building for imx7ulpevk):

ERROR: Nothing RPROVIDES 'imx-alsa-plugins' (but
/home/daiane/code/yocto/master/sources/poky/meta/recipes-core/images/core-image-base.bb,
/home/daiane/code/yocto/master/sources/poky/meta/recipes-core/packagegroups/packagegroup-base.bb
RDEPENDS on or otherwise requires it)
imx-alsa-plugins was skipped: incompatible with machine imx7ulpevk (not
in COMPATIBLE_MACHINE)

[1]
https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/tree/imx/meta-bsp/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb?h=rocko-4.9.88-2.0.0_ga

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb

index 834b29710a177a3e1d6b94c1fdf6d004cc280d23..9b30911c714a027c8e48bf07f81b3d0da0b87ff2 100644 (file)
@@ -35,5 +35,5 @@ 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)"
+COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d|mx7ulp)"
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"