dra7xx: Fix build error with mozjs and libatasmart
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
index a9af2c8..195a11e 100644 (file)
@@ -20,17 +20,22 @@ PREFERRED_PROVIDER_libgbm           = "libgbm"
 #Preferred versions
 PREFERRED_VERSION_libgbm            = "10.0.0"
 
+SECURITY_CFLAGS_pn-mozjs = ""
+SECURITY_LDFLAGS_pn-mozjs = ""
+SECURITY_CFLAGS_pn-gpm = ""
+SECURITY_LDFLAGS_pn-gpm = ""
+SECURITY_CFLAGS_pn-libatasmart = ""
+SECURITY_LDFLAGS_pn-libatasmart = ""
+
 #-------------------------------------------------
 ## Multimedia section ##
 #-------------------------------------------------
 
 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 \
@@ -49,6 +54,3 @@ IMAGE_INSTALL_append = " \
      ${PACKAGES_MULTIMEDIA}     \
      cmem \
 "
-
-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)}"