summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/sota.conf.inc12
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 @@
1IMAGE_INSTALL_append_sota = " rvi-sota-client"
2
3# live image for OSTree-enabled systems
4IMAGE_CLASSES_append_sota = "image_types_ostree image_types_ota"
5IMAGE_FSTYPES += "ostreepush otaimg"
6
7# Please redefine OSTREE_REPO in order to have a persistent OSTree repo
8OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"
9OSTREE_BRANCHNAME ?= "ota-${MACHINE}"
10OSTREE_OSNAME ?= "poky"
11OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
12