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.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc
index a10e2e2..df93026 100644
--- a/images/enea-nfv-access-common.inc
+++ b/images/enea-nfv-access-common.inc
@@ -24,3 +24,11 @@ IMAGE_FSTYPES += "ext4 ext4.gz tar.gz"
24IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ota-ext4 wic', ' ', d)}" 24IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ota-ext4 wic', ' ', d)}"
25SOTA_CLIENT = "" 25SOTA_CLIENT = ""
26SOTA_CLIENT_PROV = "" 26SOTA_CLIENT_PROV = ""
27
28# Remove aktualizr from the image, we don't use it and creates odd dependencies, e.g.
29# it creates a systemd unit that depends on network-online.target, which leads to enabling
30# NetworkManager-wait-online.service, delaying boot up.
31IMAGE_INSTALL_remove = " \
32 aktualizr \
33 aktualizr-info \
34 "