Enable debug output 21/9021/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 30 Mar 2017 11:10:53 +0000 (13:10 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 30 Mar 2017 11:10:53 +0000 (13:10 +0200)
Change-Id: I91cb51c0148eb6ff07ce5af788b6171295746478
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-bitbake-image.sh

index 73607cb..7ee2ce1 100644 (file)
@@ -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/*