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
This commit is contained in:
parent
1dfca402a9
commit
9304a601da
|
|
@ -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 = " "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue