summaryrefslogtreecommitdiffstats
path: root/conf/distro/sota.conf.inc
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-03 12:08:39 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-04 12:01:58 +0200
commit82a3c13a0b0c9979fa0812143d619748aa89c85d (patch)
treebd18751638ce99904dcd68ad2eba6e6db7851f41 /conf/distro/sota.conf.inc
parentb49c2631b6bc48ead4d352e2bd00cdfbca7af5e8 (diff)
downloadmeta-updater-82a3c13a0b0c9979fa0812143d619748aa89c85d.tar.gz
Replace TEMPLATECONF with agl-like config snippets
Diffstat (limited to 'conf/distro/sota.conf.inc')
-rw-r--r--conf/distro/sota.conf.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index c8b4388..55e9cac 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -1,7 +1,7 @@
1DISTRO_FEATURES_append = " sota" 1DISTRO_FEATURES_append = " sota"
2OVERRIDES .= ":sota" 2OVERRIDES .= ":sota"
3 3
4IMAGE_INSTALL_append = " ostree" 4IMAGE_INSTALL_append = " ostree os-release"
5 5
6# live image for OSTree-enabled systems 6# live image for OSTree-enabled systems
7IMAGE_CLASSES += "image_types_ostree image_types_ota" 7IMAGE_CLASSES += "image_types_ostree image_types_ota"
@@ -13,6 +13,9 @@ do_image_wic[depends] += "${IMAGE_BASENAME}:do_image_otaimg"
13IMAGE_FSTYPES_remove_raspberrypi3 = "wic" 13IMAGE_FSTYPES_remove_raspberrypi3 = "wic"
14IMAGE_FSTYPES_remove_raspberrypi2 = "wic" 14IMAGE_FSTYPES_remove_raspberrypi2 = "wic"
15 15
16# QEMU emulation uses plain otaimg, no wic needed
17IMAGE_FSTYPES_remove_qemux86-64 = "wic"
18
16# Please redefine OSTREE_REPO in order to have a persistent OSTree repo 19# Please redefine OSTREE_REPO in order to have a persistent OSTree repo
17OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 20OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"
18OSTREE_BRANCHNAME ?= "ota-${MACHINE}" 21OSTREE_BRANCHNAME ?= "ota-${MACHINE}"