Do not use wic-tools in dab release 19/14119/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 28 May 2018 03:25:47 +0000 (05:25 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 28 May 2018 03:25:47 +0000 (05:25 +0200)
Change-Id: I90a7a4ff5f72a7cdc0f24dda467c39f3701809ef
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-bitbake-image.sh

index 3d1b501..fabeea4 100644 (file)
@@ -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 )