Fixes for meta-agl-bsp for rocko
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
index f3abe4c..02ddb6c 100644 (file)
@@ -24,7 +24,9 @@ PREFERRED_VERSION_libgbm            = "10.0.0"
 ## Multimedia section ##
 #-------------------------------------------------
 
-GSTREAMER_PLUGINS = " \
+# FIXME
+GSTREAMER_PLUGINS = ""
+DISABLED_ROCKO_GSTREAMER_PLUGINS = " \
      gstreamer1.0-plugins-bad-meta \
      gstreamer1.0-plugins-ducati \
      gstreamer1.0-plugins-vpe \
@@ -47,3 +49,10 @@ IMAGE_INSTALL_append = " \
      ${PACKAGES_MULTIMEDIA}     \
      cmem \
 "
+
+# Include WIC support based on beaglebone
+do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
+WKS_FILE = "sdimage-bootpart.wks"
+IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt"
+
+AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"