summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2018-08-23 16:26:10 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-30 22:01:28 -0300
commit1168bb8038c5ee8ac85aa290bc34d2db2dfe3976 (patch)
tree3022d236914df51fed3f0f6633f36d7557fdca33 /recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb
parent97314e753bb0c34fd1738f6106e24635a0933668 (diff)
downloadmeta-freescale-1168bb8038c5ee8ac85aa290bc34d2db2dfe3976.tar.gz
imx-alsa-plugins: Make imx7ulp a compatible machine
>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>
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.bb2
1 files changed, 1 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 834b2971..9b30911c 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb
@@ -35,5 +35,5 @@ FILES_${PN} += "${libdir}/alsa-lib/libasound_*.so"
35FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug" 35FILES_${PN}-dbg += "${libdir}/alsa-lib/.debug"
36FILES_${PN}-dev += "${libdir}/alsa-lib/*.la" 36FILES_${PN}-dev += "${libdir}/alsa-lib/*.la"
37 37
38COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)" 38COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d|mx7ulp)"
39PACKAGE_ARCH = "${MACHINE_SOCARCH}" 39PACKAGE_ARCH = "${MACHINE_SOCARCH}"