X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fporter%2F50_local.conf.inc;h=7cae49299a6f92ec13cb716933765ccd65dff575;hb=6d66150b353ae2b14b093d8cec29785916154746;hp=b50fcf7c4e4852425b598a931c5fb2a47711926b;hpb=202d801eb83c456ee44a15ccf6142e7d23a80cbc;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc index b50fcf7c4..7cae49299 100644 --- a/templates/machine/porter/50_local.conf.inc +++ b/templates/machine/porter/50_local.conf.inc @@ -187,3 +187,8 @@ 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)}" +