Change-Id: I91cb51c0148eb6ff07ce5af788b6171295746478
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 $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/*