From 248ac593fefa175330965bd1ac1c7538cf95bd0c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 26 Sep 2018 18:11:46 +0200 Subject: Submit flounder release job to lava and kernelci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic26d5775b1ff6ca2c13e586212bb761c6055afac Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-bitbake-sdk.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/common/include-agl-bitbake-sdk.sh') 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 ) -- cgit 1.2.3-korg