diff options
author | Ian Coolidge <ian@boundarydevices.com> | 2016-04-15 16:04:38 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:06:34 -0300 |
commit | 5ccedc0129be000fc8eaa6f2715eae670b9c22de (patch) | |
tree | d6c7a6b75a7279369dc8a350b6d3ae02e175ebac /conf | |
parent | eebfe50236edfca6438168e047d5592fd0320ddd (diff) | |
download | meta-freescale-5ccedc0129be000fc8eaa6f2715eae670b9c22de.tar.gz |
imx-base: Add MACHINE_GSTREAMER_1_0_PLUGIN for mx7 platform
gstreamer1.0-plugins-imx was recently updated to be compatible with mx7
Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 970ea332..1aacc714 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -94,6 +94,7 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-rules-imx" | |||
94 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" | 94 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" |
95 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" | 95 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" |
96 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" | 96 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" |
97 | MACHINE_GSTREAMER_1_0_PLUGIN_mx7 ?= "gstreamer1.0-plugins-imx-meta" | ||
97 | 98 | ||
98 | # Determines if the SoC has support for Vivante kernel driver | 99 | # Determines if the SoC has support for Vivante kernel driver |
99 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" | 100 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" |