diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-22 17:56:49 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-22 17:56:49 +0100 |
commit | a3d37334b9911fcea5a824c2f2f56b3cdbd57efd (patch) | |
tree | 2ec22eba54544321775d8ebaae33c6390208c196 /conf/distro/sota.conf.inc | |
parent | 5c2171ae14a6dc56d6e2d13b9d1fb7f4690c4e9d (diff) | |
download | meta-updater-a3d37334b9911fcea5a824c2f2f56b3cdbd57efd.tar.gz |
Add distro configuration and AGL templates
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 | |||