aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-image-nofail.sh
blob: a215cbbfa17e3b688273f985fc1b6af6ba8bfd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2

################################################################################
## bitbake the image
################################################################################

# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry ..  ##' ; sync ; sleep 2 ;  bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 0 ) 


du -hs tmp/deploy/*