meta-agl-bsp/meta-qcom: Fix kernel config fragment about smack
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
index a9af2c8..86ed8d2 100644 (file)
@@ -25,12 +25,10 @@ PREFERRED_VERSION_libgbm            = "10.0.0"
 #-------------------------------------------------
 
 GSTREAMER_PLUGINS = " \
-                    "
-# Disable due to broken build in morty
-#     gstreamer1.0-plugins-bad-meta \
-#     gstreamer1.0-plugins-ducati \
-#     gstreamer1.0-plugins-vpe \
-#"
+     gstreamer1.0-plugins-bad-meta \
+     gstreamer1.0-plugins-ducati \
+     gstreamer1.0-plugins-vpe \
+"
 
 PACKAGES_MULTIMEDIA   = " \
     ipumm-fw \
@@ -52,3 +50,4 @@ IMAGE_INSTALL_append = " \
 
 IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-dra7xx-evm-ota"
 IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'dra7xx-evm-sdimg-ota  ', '', d)}"
+OSTREE_BOOTLOADER ?= "u-boot"