From ec1e1f71f2fbb751c2155639a866bfcf247295a2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 22 Mar 2021 21:50:02 +0100 Subject: 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 --- images/enea-nfv-access-common.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'images') 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" IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ota-ext4 wic', ' ', d)}" SOTA_CLIENT = "" SOTA_CLIENT_PROV = "" + +# Remove aktualizr from the image, we don't use it and creates odd dependencies, e.g. +# it creates a systemd unit that depends on network-online.target, which leads to enabling +# NetworkManager-wait-online.service, delaying boot up. +IMAGE_INSTALL_remove = " \ + aktualizr \ + aktualizr-info \ + " -- cgit v1.2.3-54-g00ecf