diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 172ad8b..4960e1a 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -5,11 +5,11 @@ IMAGE_INSTALL_append = " ostree" # live image for OSTree-enabled systems IMAGE_CLASSES += "image_types_ostree image_types_ota" -IMAGE_FSTYPES += "otaimg" +IMAGE_FSTYPES += "ostreepush otaimg" # Please redefine OSTREE_REPO in order to have a persistent OSTree repo OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" -OSTREE_BRANCHNAME ?= "agl-ota" +OSTREE_BRANCHNAME ?= "agl-ota-${MACHINE}" OSTREE_OSNAME ?= "agl" OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" |