diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-03 12:08:39 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-04 12:01:58 +0200 |
commit | 82a3c13a0b0c9979fa0812143d619748aa89c85d (patch) | |
tree | bd18751638ce99904dcd68ad2eba6e6db7851f41 /conf/distro/sota.conf.inc | |
parent | b49c2631b6bc48ead4d352e2bd00cdfbca7af5e8 (diff) | |
download | meta-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.inc | 5 |
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 @@ | |||
1 | DISTRO_FEATURES_append = " sota" | 1 | DISTRO_FEATURES_append = " sota" |
2 | OVERRIDES .= ":sota" | 2 | OVERRIDES .= ":sota" |
3 | 3 | ||
4 | IMAGE_INSTALL_append = " ostree" | 4 | IMAGE_INSTALL_append = " ostree os-release" |
5 | 5 | ||
6 | # live image for OSTree-enabled systems | 6 | # live image for OSTree-enabled systems |
7 | IMAGE_CLASSES += "image_types_ostree image_types_ota" | 7 | IMAGE_CLASSES += "image_types_ostree image_types_ota" |
@@ -13,6 +13,9 @@ do_image_wic[depends] += "${IMAGE_BASENAME}:do_image_otaimg" | |||
13 | IMAGE_FSTYPES_remove_raspberrypi3 = "wic" | 13 | IMAGE_FSTYPES_remove_raspberrypi3 = "wic" |
14 | IMAGE_FSTYPES_remove_raspberrypi2 = "wic" | 14 | IMAGE_FSTYPES_remove_raspberrypi2 = "wic" |
15 | 15 | ||
16 | # QEMU emulation uses plain otaimg, no wic needed | ||
17 | IMAGE_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 |
17 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 20 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |
18 | OSTREE_BRANCHNAME ?= "ota-${MACHINE}" | 21 | OSTREE_BRANCHNAME ?= "ota-${MACHINE}" |