From a203487d8f1047724ba4c90ff3f3103651cc9eb7 Mon Sep 17 00:00:00 2001 From: David Escalona Date: Mon, 19 Jun 2023 14:12:05 +0200 Subject: [PATCH] meta-digi-dey: swupdate: add 'RDIFFHANDLER' support to defconfig The 'RDIFF' handler allows to apply incremental updates using rdiff delta files in the swu update package. This functionallity is only recommended for read-only file systems, where the source partition cannot be modified externally by users. https://onedigi.atlassian.net/browse/DEL-8624 Signed-off-by: David Escalona --- meta-digi-dey/recipes-support/swupdate/swupdate/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig b/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig index ae84aca88..ed9b3f416 100644 --- a/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig +++ b/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig @@ -6,4 +6,5 @@ CONFIG_HASH_VERIFY=y CONFIG_ARCHIVE=y CONFIG_BOOTLOADERHANDLER=y CONFIG_RAW=y +CONFIG_RDIFFHANDLER=y CONFIG_SHELLSCRIPTHANDLER=y