aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-sdk.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-05 00:27:18 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-05 00:27:18 +0100
commita9b9fc243e53b874378884cc903a8f588f029821 (patch)
tree08fa69fe53cf644bd03b9c529c5d95b43d99407b /jjb/common/include-agl-bitbake-sdk.sh
parente0248ad9017e7ca4f650bea6be2bae2bef5937bc (diff)
Use built-in dependencies for wic-tools
streamline build process. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I95477e22975095a8b01dfe3cd578c7bab3c75db5
Diffstat (limited to 'jjb/common/include-agl-bitbake-sdk.sh')
-rw-r--r--jjb/common/include-agl-bitbake-sdk.sh6
1 files changed, 3 insertions, 3 deletions
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 )