X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fporter-nogfx%2F50_local.conf.inc;h=6bc517191f871ef7ad6003feef006ea7cb802f4f;hb=ed80d741150b6f29d72f028651ab0ab83734a2b9;hp=3f8c188ccccd41099e5ddb1fa12a7264d32bdfce;hpb=dac3d390c164df277a7a8e0b7807506605aa94f2;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/porter-nogfx/50_local.conf.inc b/templates/machine/porter-nogfx/50_local.conf.inc index 3f8c188cc..6bc517191 100644 --- a/templates/machine/porter-nogfx/50_local.conf.inc +++ b/templates/machine/porter-nogfx/50_local.conf.inc @@ -17,4 +17,12 @@ IMAGE_INSTALL_append = " \ UBOOT_MACHINE = "porter_vin_config" PREFERRED_PROVIDER_virtual/libgles2 = "mesa" -PREFERRED_PROVIDER_virtual/egl = "mesa" \ No newline at end of file +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)}" +