[meta-freescale] [PATCH 3/5] imx-gst1.0-plugin: Add support for all mx6 and mx7 machines

Otavio Salvador otavio.salvador at ossystems.com.br
Mon Oct 31 05:58:07 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/gstreamer/imx-gst1.0-plugin_4.1.4.bb | 17 ++++++++++++-----
>  1 file changed, 12 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
> index 5b22f46..742548b 100644
> --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
> +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
> @@ -12,7 +12,7 @@ DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap"
>  DEPENDS_append_mx6sl = " imx-lib"
>  DEPENDS_append_mx6sx = " imx-lib"
>  DEPENDS_append_mx6ul = " imx-lib"
> -DEPENDS_append_mx7 = " imx-lib"
> +DEPENDS_append_mx7d = " imx-lib"
>
>  # For backwards compatibility
>  RREPLACES_${PN} = "gst1.0-fsl-plugin"
> @@ -37,11 +37,13 @@ inherit autotools pkgconfig
>  # Make sure kernel sources are available
>  do_configure[depends] += "virtual/kernel:do_shared_workdir"
>
> -PLATFORM_mx6 = "MX6"
> +PLATFORM_mx6dl = "MX6DL"
> +PLATFORM_mx6q = "MX6Q"
>  PLATFORM_mx6sl = "MX6SL"
>  PLATFORM_mx6sx = "MX6SX"
>  PLATFORM_mx6ul = "MX6UL"
> -PLATFORM_mx7= "MX7D"
> +PLATFORM_mx6ull = "MX6ULL"
> +PLATFORM_mx7d = "MX7D"
>
>  # Todo add a mechanism to map possible build targets
>  EXTRA_OECONF = "PLATFORM=${PLATFORM} \
> @@ -56,7 +58,12 @@ BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis"
>  RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux "
>
>  PACKAGECONFIG ?= ""
> -PACKAGECONFIG_mx6 = "overlaysink"
> +PACKAGECONFIG_mx6dl = "overlaysink"
> +PACKAGECONFIG_mx6q = "overlaysink"
> +PACKAGECONFIG_mx6sl = "overlaysink"
> +PACKAGECONFIG_mx6sx = "overlaysink"
Fine.

> +PACKAGECONFIG_mx6ul = "overlaysink"
> +PACKAGECONFIG_mx6ull = "overlaysink"

Those are not in the mx6 set so please drop.

-- 
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