diff options
Diffstat (limited to 'templates/feature/agl-sota/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 4960e1a..b361016 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,15 +1,2 @@ -DISTRO_FEATURES_append = " agl-ota" -OVERRIDES .= ":sota" - -IMAGE_INSTALL_append = " ostree" - -# live image for OSTree-enabled systems -IMAGE_CLASSES += "image_types_ostree image_types_ota" -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-${MACHINE}" -OSTREE_OSNAME ?= "agl" -OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" - +#see meta-agl-extra/meta-sota/conf/include/agl-sota.inc +require conf/include/agl-sota.inc |