From: Jan-Simon Möller Date: Mon, 28 May 2018 03:25:47 +0000 (+0200) Subject: Do not use wic-tools in dab release X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F14119%2F1;p=ci-management.git Do not use wic-tools in dab release Change-Id: I90a7a4ff5f72a7cdc0f24dda467c39f3701809ef Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index 3d1b501c..fabeea48 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -5,7 +5,9 @@ ## 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 1 )