diff options
-rw-r--r-- | conf/machine/include/imx-base.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 56062503..29677f24 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -121,9 +121,13 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-rules-imx" | |||
121 | 121 | ||
122 | # GStreamer 1.0 plugins | 122 | # GStreamer 1.0 plugins |
123 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" | 123 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" |
124 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" | ||
125 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" | 124 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" |
126 | MACHINE_GSTREAMER_1_0_PLUGIN_mx7 ?= "gstreamer1.0-plugins-imx-meta" | 125 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" |
126 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6sl ?= "gstreamer1.0-plugins-imx-meta" | ||
127 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6sx ?= "gstreamer1.0-plugins-imx-meta" | ||
128 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6ul ?= "gstreamer1.0-plugins-imx-meta" | ||
129 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6ull ?= "gstreamer1.0-plugins-imx-meta" | ||
130 | MACHINE_GSTREAMER_1_0_PLUGIN_mx7d ?= "gstreamer1.0-plugins-imx-meta" | ||
127 | 131 | ||
128 | # Determines if the SoC has support for Vivante kernel driver | 132 | # Determines if the SoC has support for Vivante kernel driver |
129 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" | 133 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" |