summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access-common.inc')
-rw-r--r--images/enea-nfv-access-common.inc18
1 files changed, 11 insertions, 7 deletions
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc
index 2a7a8c6..b174064 100644
--- a/images/enea-nfv-access-common.inc
+++ b/images/enea-nfv-access-common.inc
@@ -22,15 +22,19 @@ ROOTFS_POSTINSTALL_COMMAND_append += " rootfs_postinstall_dpkg_cleanup;"
22 22
23IMAGE_FSTYPES += "ext4 ext4.gz tar.gz" 23IMAGE_FSTYPES += "ext4 ext4.gz tar.gz"
24 24
25# Add ostree specific image types if sota support is set 25# Remove aktualizr packages from the image, we don't use it and creates odd dependencies, e.g.
26IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ota-ext4 wic', ' ', d)}"
27SOTA_CLIENT = ""
28SOTA_CLIENT_PROV = ""
29
30# Remove aktualizr from the image, we don't use it and creates odd dependencies, e.g.
31# it creates a systemd unit that depends on network-online.target, which leads to enabling 26# it creates a systemd unit that depends on network-online.target, which leads to enabling
32# NetworkManager-wait-online.service, delaying boot up. 27# NetworkManager-wait-online.service, delaying boot up.
33IMAGE_INSTALL_remove = " \ 28SOTA_CLIENT_PROV = ""
29IMAGE_INSTALL_remove_sota = " \
34 aktualizr \ 30 aktualizr \
35 aktualizr-info \ 31 aktualizr-info \
36 " 32 "
33
34# We currently don't use automatic push/sign/check to a backend server, so skip running useless
35# OSTree tasks during image build.
36IMAGE_FSTYPES_remove_sota = " \
37 ostreepush \
38 garagesign \
39 garagecheck \
40 "