summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2019-09-12 11:38:37 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-12 14:45:07 -0300
commitb37cae077bd156383f31400bb8003d99a608c660 (patch)
tree0443232df04a5c38ccef9c50cf7b4132897df227 /conf
parentc4ce82a98112297d3964ace38b9ad94a07714b84 (diff)
downloadmeta-freescale-b37cae077bd156383f31400bb8003d99a608c660.tar.gz
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 <peter.griffin@linaro.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8mqevk.conf7
1 files changed, 7 insertions, 0 deletions
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"
57 57
58# Add additional firmware 58# Add additional firmware
59MACHINE_FIRMWARE_append = " linux-firmware-ath10k" 59MACHINE_FIRMWARE_append = " linux-firmware-ath10k"
60
61# Use gstreamer 1.14 from meta-freescale
62PREFERRED_VERSION_gstreamer1.0 ?= "1.14.imx"
63PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.14.imx"
64PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.14.imx"
65PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.14.imx"
66PREFERRED_VERSION_gstreamer1.0-libav ?= "1.14.0"