diff options
Diffstat (limited to 'jjb/common/include-agl-bitbake-image-nofail.sh')
-rw-r--r-- | jjb/common/include-agl-bitbake-image-nofail.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/common/include-agl-bitbake-image-nofail.sh b/jjb/common/include-agl-bitbake-image-nofail.sh new file mode 100644 index 00000000..8f6320c2 --- /dev/null +++ b/jjb/common/include-agl-bitbake-image-nofail.sh @@ -0,0 +1,16 @@ +# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 + +################################################################################ +## bitbake the image +################################################################################ + +#if ! test x"${GERRIT_BRANCH}" = x"dab" ; then +#bitbake wic-tools +#fi + +# 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/* |