diff options
| -rw-r--r-- | meta-fsl-arm/conf/machine/include/imx-base.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index 4f9e5eba9..9ac5e8ac9 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/conf/machine/include/imx-base.inc | |||
| @@ -75,11 +75,15 @@ MACHINE_EXTRA_RRECOMMENDS_append_mx6 = " fsl-alsa-plugins" | |||
| 75 | # Extra udev rules | 75 | # Extra udev rules |
| 76 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf" | 76 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf" |
| 77 | 77 | ||
| 78 | # Gstreamer plugin | 78 | # GStreamer 0.10 plugins |
| 79 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" | 79 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" |
| 80 | MACHINE_GSTREAMER_PLUGIN_mx3 ?= "" | 80 | MACHINE_GSTREAMER_PLUGIN_mx3 ?= "" |
| 81 | MACHINE_GSTREAMER_PLUGIN_vf60 ?= "" | 81 | MACHINE_GSTREAMER_PLUGIN_vf60 ?= "" |
| 82 | 82 | ||
| 83 | # GStreamer 1.0 plugins | ||
| 84 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" | ||
| 85 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6 ?= "gstreamer1.0-plugins-imx-meta" | ||
| 86 | |||
| 83 | # mx5 GPU libraries | 87 | # mx5 GPU libraries |
| 84 | GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}" | 88 | GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}" |
| 85 | PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-${GPU_FLAVOUR}bin-mx51" | 89 | PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-${GPU_FLAVOUR}bin-mx51" |
