Restrict verbose output to failure 29/9129/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 18 Apr 2017 10:33:31 +0000 (12:33 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 18 Apr 2017 10:33:31 +0000 (12:33 +0200)
Change-Id: I275f95dc8f1213ccede893951e1f515f116e8a8d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-bitbake-image.sh

index 7ee2ce1..aa4b208 100644 (file)
@@ -6,7 +6,7 @@
 ################################################################################
 
 # finally, build the agl-demo-platform (we retry to catch the tar-native bug)
-( ( bitbake -v -D $TARGETIMAGE ) || ( echo '## Failed once, retry ..  ##' ; sync ; sleep 2 ;  bitbake $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) 
+( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry ..  ##' ; sync ; sleep 2 ;  bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) 
 
 
 du -hs tmp/deploy/*