Add OTA wks support to Porter and RCar-M3 boards
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_porter.inc
index a3f2aac..4837ced 100644 (file)
@@ -182,7 +182,6 @@ DISTRO_FEATURES_append = " h264avcenc_lib"
 # 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)}"
+IMAGE_CLASSES_append_sota = " image_types_uboot "
+IMAGE_BOOT_FILES_sota = "porter-bootfiles/*"