meta-digi-dey: remove zstd packageconfig to reduce recovery size
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
daafef6972
commit
d6a42cf8e5
|
|
@ -77,3 +77,7 @@ PACKAGECONFIG:append:class-target:pn-qtbase = " examples"
|
||||||
PACKAGECONFIG:append:class-target:pn-qtdeclarative = " examples"
|
PACKAGECONFIG:append:class-target:pn-qtdeclarative = " examples"
|
||||||
PACKAGECONFIG:append:class-target:pn-qtquick3d = " examples"
|
PACKAGECONFIG:append:class-target:pn-qtquick3d = " examples"
|
||||||
PACKAGECONFIG:append:class-target:pn-qtwebengine = " 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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue