Change-Id: I275f95dc8f1213ccede893951e1f515f116e8a8d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
################################################################################
# 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/*