Like the other SDK_*_COMPRESSION_LEVELS users may want to override the final compression level.
Signed-off-by: Philip Lorenz <[email protected]> --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/populate_sdk_base.bbclass index 8e671cf28f..b427ff2761 100644 --- a/meta/classes-recipe/populate_sdk_base.bbclass +++ b/meta/classes-recipe/populate_sdk_base.bbclass @@ -92,7 +92,7 @@ SDK_XZ_OPTIONS ?= "${XZ_DEFAULTS} ${SDK_XZ_COMPRESSION_LEVEL}" SDK_ZIP_OPTIONS ?= "-y" SDK_7ZIP_OPTIONS ?= "-mx=9 -mm=BZip2" SDK_7ZIP_TYPE ?= "7z" -SDK_ZSTD_COMPRESSION_LEVEL = "-17" +SDK_ZSTD_COMPRESSION_LEVEL ?= "-17" # To support different sdk type according to SDK_ARCHIVE_TYPE, now support zip and tar.xz python () {
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231429): https://lists.openembedded.org/g/openembedded-core/message/231429 Mute This Topic: https://lists.openembedded.org/mt/117893396/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
