Make sure to build wic-tools to avoid imaging to fail 93/13693/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 1 Apr 2018 21:28:38 +0000 (23:28 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 1 Apr 2018 21:28:51 +0000 (23:28 +0200)
Change-Id: Ib38df07de3b3ce8b17311db1a91540d4348bfce5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-bitbake-image.sh
jjb/common/include-agl-bitbake-sdk.sh
jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml

index aa4b208..3d1b501 100644 (file)
@@ -5,6 +5,8 @@
 ## bitbake the image
 ################################################################################
 
+bitbake wic-tools
+
 # 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 591ea6b..9928bec 100644 (file)
@@ -5,6 +5,8 @@
 ## bitbake the sdk
 ################################################################################
 
+bitbake wic-tools
+
 # 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 ) 
 ( ( bitbake $TARGETSDKIMAGE ) || ( echo '## Failed once, retry ..  ##' ; sync ; sleep 2 ; bitbake $TARGETSDKIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 ) 
index 2757c5e..e16ac4d 100644 (file)
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
-          default: master
+          default: eel
           description: "branch to build"
       - string:
           name: GERRIT_REFSPEC
-          default: refs/tags/eel_5.0.0
+          default: refs/tags/eel_5.0.2
           description: "refspec to build"
       - string:
           name: RELEASE_VERSION
-          default: 5.0.0
+          default: 5.0.2
           description: "release version number for build"
       - string:
           name: RELEASE_BRANCH