From: Jan-Simon Moeller Date: Wed, 4 Mar 2020 23:27:18 +0000 (+0100) Subject: Use built-in dependencies for wic-tools X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F24178%2F1;p=ci-management.git Use built-in dependencies for wic-tools streamline build process. Signed-off-by: Jan-Simon Moeller Change-Id: I95477e22975095a8b01dfe3cd578c7bab3c75db5 --- 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 ) diff --git a/jjb/common/include-agl-bitbake-sdk.sh b/jjb/common/include-agl-bitbake-sdk.sh index f84fcb9b..bf51beb3 100644 --- a/jjb/common/include-agl-bitbake-sdk.sh +++ b/jjb/common/include-agl-bitbake-sdk.sh @@ -4,9 +4,9 @@ ################################################################################ ## bitbake the sdk ################################################################################ -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 -c $TARGETSDK $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -c $TARGETSDK $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 )