summaryrefslogtreecommitdiffstats
path: root/templates/machine/porter/50_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machine/porter/50_local.conf.inc')
-rw-r--r--templates/machine/porter/50_local.conf.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc
index b50fcf7c4..a0452973e 100644
--- a/templates/machine/porter/50_local.conf.inc
+++ b/templates/machine/porter/50_local.conf.inc
@@ -187,3 +187,7 @@ 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 = " sdcard_image-porter-ota"
+IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'porter-sdimg-ota ', '', d)}"