From 9304a601dae7a37abfb4c6fb2fd21f176839f63d Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 18 Aug 2020 14:52:35 +0200 Subject: [PATCH] distro: ostree: Remove aktualizr This tool is automatically added by the sota class but we don't need it and it is even flooding the logs by trying to connect to a server every 10 seconds. BugzID: 65532 --- conf/distro/netmodule-linux-ostree.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/netmodule-linux-ostree.conf b/conf/distro/netmodule-linux-ostree.conf index 896a22a..3f5a8b7 100644 --- a/conf/distro/netmodule-linux-ostree.conf +++ b/conf/distro/netmodule-linux-ostree.conf @@ -8,6 +8,9 @@ DISTRO_FEATURES_append = " sota" OSTREE_INITRAMFS_FSTYPES = "ext4.gz.u-boot" OSTREE_COMMIT_SUBJECT = "${IMAGE_BASENAME};${EXTERNALSRC_GIT_SRCREV}" +# Unneeded tools added by sota class +IMAGE_INSTALL_remove = "aktualizr aktualizr-info" + SOTA_CLIENT = " " SOTA_CLIENT_PROV = " "