diff options
Diffstat (limited to 'jjb/common/include-agl-bitbake-image.sh')
-rw-r--r-- | jjb/common/include-agl-bitbake-image.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index fabeea48..690df237 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -5,9 +5,9 @@ ## bitbake the image ################################################################################ -if ! test x"${GERRIT_BRANCH}" = x"dab" ; then -bitbake wic-tools -fi +#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 1 ) |