enhance hw tests
[AGL/meta-agl.git] / templates / machine / dra7xx-evm / 50_local.conf.inc
index 291f10d..24f51ae 100644 (file)
@@ -26,20 +26,29 @@ PREFERRED_VERSION_libgbm            = "10.0.0"
 #-------------------------------------------------
 
 GSTREAMER_PLUGINS = " \
-     gstreamer1.0-plugins-bad-meta \
-"
+                    "
+# Disable due to broken build in morty
+#     gstreamer1.0-plugins-bad-meta \
+#     gstreamer1.0-plugins-ducati \
+#     gstreamer1.0-plugins-vpe \
+#"
 
 PACKAGES_MULTIMEDIA   = " \
     ipumm-fw \
     pulseaudio-misc      \
     ${GSTREAMER_PLUGINS} \
 "
+
 PREFERRED_VERSION_ipumm-fw          = "3.00.08.02"
 
+PREFERRED_PROVIDER_virtual/kernel  = "linux-ti-staging"
+PREFERRED_VERSION_virtual/kernel  = "4.4"
+
 # Distribution-specific runtime components
 IMAGE_INSTALL_append = " \
      ${PACKAGES_GFX}     \
      ${PACKAGES_MULTIMEDIA}     \
+     cmem \
 "
 
 ## ATTENTION, this is needed right now to build meta-ti with AGL: ##