summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorEugene Smirnov <evgenii.smirnov@here.com>2019-10-23 17:34:19 +0200
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-05 10:08:36 +0100
commiteccef5c18bdcaf4f6c439428d03004c4cd359460 (patch)
tree0df7299ae752dfba957dc0fac6c68128734d1ff2 /classes/sota.bbclass
parent4ae9917bf2475c118e8015ec7a2ce10bd01a0124 (diff)
downloadmeta-updater-eccef5c18bdcaf4f6c439428d03004c4cd359460.tar.gz
Indicate an OSTree boot on start
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 5b06397..ecf08ae 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -21,7 +21,7 @@ python () {
21 d.setVar("SOTA_CLIENT_PROV", "aktualizr-device-prov-hsm") 21 d.setVar("SOTA_CLIENT_PROV", "aktualizr-device-prov-hsm")
22} 22}
23 23
24IMAGE_INSTALL_append_sota = " ostree os-release ${SOTA_CLIENT} ${SOTA_CLIENT_PROV}" 24IMAGE_INSTALL_append_sota = " ostree os-release ${SOTA_CLIENT} ${SOTA_CLIENT_PROV} ostree-booted"
25IMAGE_CLASSES += " image_types_ostree image_types_ota" 25IMAGE_CLASSES += " image_types_ostree image_types_ota"
26 26
27IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ostreepush garagesign garagecheck ota-ext4 wic', ' ', d)}" 27IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ostreepush garagesign garagecheck ota-ext4 wic', ' ', d)}"