aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-03-18 09:15:31 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2020-03-18 10:09:22 +0200
commitfc9fbb3ded34d1cadbccb52e4f0f5369a09e2a93 (patch)
tree20a2ad9d161e80b46ddf768f6121dd6205feea13
parentca55eaf8d49b223d739f707b8d0ee9029ea417b7 (diff)
sdk: make sdk extraction quieterv5.15.0-beta2
Remove the dots that are printed while the SDK is being extracted. These make the installer output noisy as every dot is printed on a new line. Change-Id: Ifc05bd09652c96164b06e880457c272ac15ce2b2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--meta-boot2qt/classes/populate_b2qt_sdk.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-boot2qt/classes/populate_b2qt_sdk.bbclass b/meta-boot2qt/classes/populate_b2qt_sdk.bbclass
index 65c3d170..bbbf7417 100644
--- a/meta-boot2qt/classes/populate_b2qt_sdk.bbclass
+++ b/meta-boot2qt/classes/populate_b2qt_sdk.bbclass
@@ -29,6 +29,11 @@
inherit populate_sdk
+quiet_sdk_extraction() {
+EXTRA_TAR_OPTIONS="$EXTRA_TAR_OPTIONS --checkpoint=9999999"
+}
+SDK_PRE_INSTALL_COMMAND = "${quiet_sdk_extraction}"
+
replace_sysroot_symlink() {
SYMLINK_SYSROOT=$1
SEARCH_FOLDER=$2