meta-digi-dey: remove zstd packageconfig to reduce recovery size

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2023-09-15 12:15:56 +02:00
parent daafef6972
commit d6a42cf8e5
1 changed files with 4 additions and 0 deletions

View File

@ -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"