From 41f2006846fcfb5eb4e2cd433dcb981765a9bc41 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Fri, 27 Mar 2020 14:52:57 +0100 Subject: [PATCH] netmodule-linux-ostree distro: set empty SOTA client and provision Get rid of unused SOTA client and provision feature. BugzID: 62302 Signed-off-by: Ramon Moesching --- 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 2828cce..896a22a 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}" +SOTA_CLIENT = " " +SOTA_CLIENT_PROV = " " + KERNEL_IMAGETYPES_sota = "fitImage" KERNEL_IMAGETYPE_sota = "fitImage" OSTREE_KERNEL = "${KERNEL_IMAGETYPE}-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}"