diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-02-01 15:44:24 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-01 21:14:21 -0300 |
commit | 156064f4b778ceb595aa18e9e7209f2969069ed7 (patch) | |
tree | 2ff918fe93b876c319dd925728b6eb779de21b55 /conf | |
parent | d9bba1d950e686fadf103d401662f85def45ae26 (diff) | |
download | meta-freescale-156064f4b778ceb595aa18e9e7209f2969069ed7.tar.gz |
gstreamer1.0*: Fix versions for i.MX fork recipes
The gstreamer1.0 recipes for the i.MX forks were updated to a newer version, but
the file versions were not updated accordingly. For the NXP 5.4.47 release, the
gstreamer version is 1.16.2.imx. For NXP 5.4.70, the gstreamer version is
1.16.3.imx.
Note that the original version 1.16.imx was not appropriate either, and this
fix can also be viewed from that perspective, that the third digit of the version
should be included in the recipe version.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 4c881d10..08cc385e 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -290,10 +290,10 @@ MACHINE_GSTREAMER_1_0_PLUGIN_mx8mq ?= "imx-gst1.0-plugin" | |||
290 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin" | 290 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin" |
291 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin" | 291 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin" |
292 | 292 | ||
293 | PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.imx" | 293 | PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.2.imx" |
294 | PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.imx" | 294 | PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.2.imx" |
295 | PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.imx" | 295 | PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.3.imx" |
296 | PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.imx" | 296 | PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.3.imx" |
297 | PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.16.0" | 297 | PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.16.0" |
298 | 298 | ||
299 | # Determines if the SoC has support for Vivante kernel driver | 299 | # Determines if the SoC has support for Vivante kernel driver |