summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2013-12-13 12:31:00 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2013-12-16 11:54:20 +0100
commit866b02f6501e6a9f950737663ca85064d5c7edb3 (patch)
treedf88790905f1e96efd616ec9bf5da4ea82de0f40
parentc38ecd99017ff4f36a67f03a6ff07fe78c863020 (diff)
functions.sh: add debug/verbose for sstate-cache-management
it is useful sometimes to study what was deleted by sstate-cache-management, so let's keep the information in the logs. Change-Id: I95f5c4978257e43384587b043792120bde6ad731 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rwxr-xr-xfunctions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index c812203..5ae113e 100755
--- a/functions.sh
+++ b/functions.sh
@@ -229,6 +229,7 @@ cleanup_soft()
extra_layers=`bitbake-layers show-layers | awk 'NR>2 {print $2}' | tr "\\n" ","`
echo $extra_layers
../openembedded-core/scripts/sstate-cache-management.sh --yes --remove-duplicated \
+ -d -v \
--extra-layer=$extra_layers \
--cache-dir=${WORKBASE}/sstate-cache
df -h ${WORKBASE}