Rework Linux Kernel fragment applications
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_porter-nogfx.inc
index 6bc5171..cb7b4a5 100644 (file)
@@ -19,10 +19,6 @@ UBOOT_MACHINE = "porter_vin_config"
 PREFERRED_PROVIDER_virtual/libgles2 = "mesa"
 PREFERRED_PROVIDER_virtual/egl = "mesa"
 
-# Commit united image to OSTree, not just uImage
-OSTREE_KERNEL = "uImage+dtb"
-
-# OTA-enabled live image
-IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-porter-ota"
-IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'porter-sdimg-ota  ', '', d)}"
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"