[meta-freescale] [meta-fsl-arm][PATCH 3/4] imx-base: Include gstreamer1.0-plugins-imx for i.MX6Q and i.MX6DL

Daiane Angolini daiane.list at gmail.com
Tue Nov 25 03:36:12 PST 2014


On Mon, Nov 24, 2014 at 6:39 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> libfslvpuwrap is only available for i.MX6Q and i.MX6DL. This makes
> gstreamer1.0-plugins-imx unusable on other i.MX6 SoC familes and this
> commit updates the default setting accordingly.

What causes the need of segmentation for imx6Q and imx6DL is not the
"libfslvpuwrap".

In fact, the gstreamer1.0-plugins-imx is not possible to be used with
imx6SX and imx6SL becase it does not support a non vpu chip.

So I propose a new commit log:


"Gstreamer1.0-plugins-imx can only be used with iMX6Q and iMX6DL
(instead of any i.MX6) and this commit updates the default setting
accordingly."

Daiane


>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  conf/machine/include/imx-base.inc | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
> index 362d3cb..83476bc 100644
> --- a/conf/machine/include/imx-base.inc
> +++ b/conf/machine/include/imx-base.inc
> @@ -81,7 +81,8 @@ MACHINE_GSTREAMER_PLUGIN_vf60 ?= ""
>
>  # GStreamer 1.0 plugins
>  MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
> -MACHINE_GSTREAMER_1_0_PLUGIN_mx6 ?= "gstreamer1.0-plugins-imx-meta"
> +MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
> +MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
>
>  # mx5 GPU libraries
>  GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}"
> --
> 2.1.1
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list