aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-image.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-30 12:52:26 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-03-30 12:52:26 +0000
commit8a11a1c698079496da04f9470483c2f22dfe0ea0 (patch)
treed92780ba4185635e8f3052c3fbae766e854cc66b /jjb/common/include-agl-bitbake-image.sh
parent47737c52231e974592eb1e7796da69e5cf67a0d7 (diff)
parentc3bccddc1624248bd8377d2a6b69f500520fb902 (diff)
Merge "Enable debug output"
Diffstat (limited to 'jjb/common/include-agl-bitbake-image.sh')
-rw-r--r--jjb/common/include-agl-bitbake-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh
index 73607cb5..7ee2ce15 100644
--- a/jjb/common/include-agl-bitbake-image.sh
+++ b/jjb/common/include-agl-bitbake-image.sh
@@ -6,7 +6,7 @@
################################################################################
# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
-( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 )
+( ( bitbake -v -D $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 )
du -hs tmp/deploy/*