Use built-in dependencies for wic-tools 78/24178/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 4 Mar 2020 23:27:18 +0000 (00:27 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 4 Mar 2020 23:27:18 +0000 (00:27 +0100)
streamline build process.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I95477e22975095a8b01dfe3cd578c7bab3c75db5

jjb/common/include-agl-bitbake-image.sh
jjb/common/include-agl-bitbake-sdk.sh

index fabeea4..690df23 100644 (file)
@@ -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 ) 
index f84fcb9..bf51beb 100644 (file)
@@ -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 )