summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-09-01 15:36:05 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2021-09-01 15:36:05 -0500
commit5927a9720ceeaa04c19b1fb5a6aea6d68133243f (patch)
tree957b1f8553fed43ad40f81e6d31523e9e34ddea9 /conf
parent5a293a3534f4137018ec35f8bd717682437a1041 (diff)
downloadmeta-freescale-5927a9720ceeaa04c19b1fb5a6aea6d68133243f.tar.gz
imx8mq-evk.conf: Drop redundant gstreamer preferred version
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8mq-evk.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf
index e16bc504..cea44ed1 100644
--- a/conf/machine/imx8mq-evk.conf
+++ b/conf/machine/imx8mq-evk.conf
@@ -78,10 +78,3 @@ OPTEE_BIN_EXT = "8mq"
78 78
79# Add additional firmware 79# Add additional firmware
80MACHINE_FIRMWARE:append = " linux-firmware-ath10k" 80MACHINE_FIRMWARE:append = " linux-firmware-ath10k"
81
82# Use gstreamer 1.16 from meta-freescale
83PREFERRED_VERSION_gstreamer1.0 ?= "1.16.imx"
84PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.16.imx"
85PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.16.imx"
86PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.16.imx"
87PREFERRED_VERSION_gstreamer1.0-libav ?= "1.16.0"