[Buildroot] [PATCH v4] gst1-imx: add package

Peter Korsgaard peter at korsgaard.com
Sun Apr 5 22:25:03 UTC 2015


>>>>> "Gary" == Gary Bisson <bisson.gary at gmail.com> writes:

 > From: Gary Bisson <bisson.gary at gmail.com>
 > Open-source GStreamer 1.0 plugins for i.MX6 platforms.
 > More info at https://github.com/Freescale/gstreamer-imx

 > Signed-off-by: Gary Bisson <bisson.gary at gmail.com>
 > Reviewed-by: Luca Ceresoli <luca at lucaceresoli.net>
 > Tested-by: Luca Ceresoli <luca at lucaceresoli.net>
 > ---
 > Modifications v3->v4:
 > - Bump version to 0.10.1

> +config BR2_PACKAGE_GST1_IMX
 > +	bool "gst1-imx"
 > +	depends on BR2_LINUX_KERNEL
 > +	depends on BR2_arm # Only relevant for i.MX
 > +	depends on BR2_TOOLCHAIN_USES_GLIBC # gpu-viv-bin-mx6q
 > +	depends on BR2_PACKAGE_GPU_VIV_BIN_MX6Q
 > +	depends on BR2_PACKAGE_LIBFSLVPUWRAP
 > +	select BR2_PACKAGE_GST1_PLUGINS_BASE

All these depends on are not really that nice, but after fiddling with
it for a while I also don't manage to get to anything better without
getting kconfig to complain about recursion issues, so lets leave it
like this.

> +	help
 > +	  This is a set of GStreamer 1.0 plugins for plugins for Freescale's
 > +	  i.MX6 platforms, with emphasis on video en/decoding using the VPU
 > +	  engine.
 > +
 > +	  This software supports only the i.MX6 SoC family and requires a
 > +	  kernel that includes the i.MX6 specific headers to be built.
 > +
 > +	  The software as a whole is currently in beta stage.

I've added the upstream URL here and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list