aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-sdk.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-26 18:11:46 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-27 17:22:46 +0200
commit248ac593fefa175330965bd1ac1c7538cf95bd0c (patch)
treea7b66b597e22bd3c00ca56e2d9aed3e1a6142aec /jjb/common/include-agl-bitbake-sdk.sh
parent92d4fdca4609e434b712f21038146709f56d38b8 (diff)
Submit flounder release job to lava and kernelci
Change-Id: Ic26d5775b1ff6ca2c13e586212bb761c6055afac Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-bitbake-sdk.sh')
-rw-r--r--jjb/common/include-agl-bitbake-sdk.sh3
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 )