summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-03-22 21:50:02 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-04-12 20:42:26 +0200
commitec1e1f71f2fbb751c2155639a866bfcf247295a2 (patch)
tree180ccc6c35f5771512952542b45b3972838ac4b1 /images
parent4caf6e53092b84f37183e696d43bf16c8c9bc112 (diff)
downloadmeta-el-nfv-access-ec1e1f71f2fbb751c2155639a866bfcf247295a2.tar.gz
sota: Remove aktualizr aktualizr-info from images
These were added to all images inheriting sota.bbclass. We don't use them, so spare some unexpected dependencies by removing them. [1] https://github.com/advancedtelematic/meta-updater/commit/3bb86635 Change-Id: I01334024b70c161d1614bf2e7296cd3f7146ee13 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'images')
-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 "