]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8mqevk.conf: use the 1.14.imx forks of gstreamer
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 12 Sep 2019 09:38:37 +0000 (11:38 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Sep 2019 17:45:07 +0000 (14:45 -0300)
Use imx forks of gstreamer repos. This allows us to get
the NXP out of tree patches for waylandsink that are
specific to imx SoCs.

This could probably go in imx-base.inc, but I've only
tested this on imx8m-evk board.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
conf/machine/imx8mqevk.conf

index b3cd2e0ea4d29c4ea871f00d29935cf3d552c3ef..19178fdd7506b971770f37810163b6576b432f41 100644 (file)
@@ -57,3 +57,10 @@ OPTEE_BIN_EXT = "8mq"
 
 # Add additional firmware
 MACHINE_FIRMWARE_append = " linux-firmware-ath10k"
+
+# Use gstreamer 1.14 from meta-freescale
+PREFERRED_VERSION_gstreamer1.0 ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-libav ?= "1.14.0"