From b37cae077bd156383f31400bb8003d99a608c660 Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Thu, 12 Sep 2019 11:38:37 +0200 Subject: [PATCH] imx8mqevk.conf: use the 1.14.imx forks of gstreamer 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 --- conf/machine/imx8mqevk.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/machine/imx8mqevk.conf b/conf/machine/imx8mqevk.conf index b3cd2e0e..19178fdd 100644 --- a/conf/machine/imx8mqevk.conf +++ b/conf/machine/imx8mqevk.conf @@ -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" -- 2.40.1