diff options
Diffstat (limited to 'conf/distro/sota.conf.inc')
| -rw-r--r-- | conf/distro/sota.conf.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc new file mode 100644 index 0000000..c7f8cde --- /dev/null +++ b/conf/distro/sota.conf.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | IMAGE_INSTALL_append_sota = " rvi-sota-client" | ||
| 2 | |||
| 3 | # live image for OSTree-enabled systems | ||
| 4 | IMAGE_CLASSES_append_sota = "image_types_ostree image_types_ota" | ||
| 5 | IMAGE_FSTYPES += "ostreepush otaimg" | ||
| 6 | |||
| 7 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo | ||
| 8 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | ||
| 9 | OSTREE_BRANCHNAME ?= "ota-${MACHINE}" | ||
| 10 | OSTREE_OSNAME ?= "poky" | ||
| 11 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | ||
| 12 | |||
