From a3d37334b9911fcea5a824c2f2f56b3cdbd57efd Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 22 Nov 2016 17:56:49 +0100 Subject: Add distro configuration and AGL templates --- conf/distro/sota.conf.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf/distro/sota.conf.inc (limited to 'conf') 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 @@ +IMAGE_INSTALL_append_sota = " rvi-sota-client" + +# live image for OSTree-enabled systems +IMAGE_CLASSES_append_sota = "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 ?= "ota-${MACHINE}" +OSTREE_OSNAME ?= "poky" +OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" + -- cgit v1.2.3-54-g00ecf