diff options
author | 2018-10-08 09:20:28 +0000 | |
---|---|---|
committer | 2018-10-08 09:20:28 +0000 | |
commit | 9cb35cbfaf459c73105a9bb95ae0dfae3effb368 (patch) | |
tree | b99b0bd8eed735db8fe7b0254ed5f7092ff8e92d /jjb/common/include-agl-bitbake-sdk.sh | |
parent | 4971ec4ea3b6b37e06dd19292db92ccce2f2c661 (diff) | |
parent | 248ac593fefa175330965bd1ac1c7538cf95bd0c (diff) |
Merge "Submit flounder release job to lava and kernelci"
Diffstat (limited to 'jjb/common/include-agl-bitbake-sdk.sh')
-rw-r--r-- | jjb/common/include-agl-bitbake-sdk.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-bitbake-sdk.sh b/jjb/common/include-agl-bitbake-sdk.sh index 9928bec3..f84fcb9b 100644 --- a/jjb/common/include-agl-bitbake-sdk.sh +++ b/jjb/common/include-agl-bitbake-sdk.sh @@ -4,8 +4,9 @@ ################################################################################ ## bitbake the sdk ################################################################################ - +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 -c $TARGETSDK $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -c $TARGETSDK $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 ) |