diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-30 13:10:53 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-30 13:10:53 +0200 |
commit | c3bccddc1624248bd8377d2a6b69f500520fb902 (patch) | |
tree | 86f6906edbbd6712c723354a528b433f92b4eed9 /jjb | |
parent | 8413a2d46b0df8dab05b0b740fb6a6d5c960f857 (diff) |
Enable debug output
Change-Id: I91cb51c0148eb6ff07ce5af788b6171295746478
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-bitbake-image.sh | 2 |
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/* |