From d6a42cf8e5f91b3ce4e010811784c920a5c77b24 Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Fri, 15 Sep 2023 12:15:56 +0200 Subject: [PATCH] meta-digi-dey: remove zstd packageconfig to reduce recovery size Signed-off-by: Francisco Gil --- meta-digi-dey/conf/distro/dey.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 394cd3a93..263b7642d 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -77,3 +77,7 @@ PACKAGECONFIG:append:class-target:pn-qtbase = " examples" PACKAGECONFIG:append:class-target:pn-qtdeclarative = " examples" PACKAGECONFIG:append:class-target:pn-qtquick3d = " examples" PACKAGECONFIG:append:class-target:pn-qtwebengine = " examples" +# libarchive is using "zstd" in its package config. +# This is not used in the swupdate that is the only consumer of the libarchive package. +# Remove it to reduce the size of the recovery image. +PACKAGECONFIG:remove:class-target:pn-libarchive = " zstd"