diff options
-rw-r--r-- | conf/machine/imx8mqevk.conf | 7 |
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 |
59 | MACHINE_FIRMWARE_append = " linux-firmware-ath10k" | 59 | MACHINE_FIRMWARE_append = " linux-firmware-ath10k" |
60 | |||
61 | # Use gstreamer 1.14 from meta-freescale | ||
62 | PREFERRED_VERSION_gstreamer1.0 ?= "1.14.imx" | ||
63 | PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.14.imx" | ||
64 | PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.14.imx" | ||
65 | PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.14.imx" | ||
66 | PREFERRED_VERSION_gstreamer1.0-libav ?= "1.14.0" | ||