From 59723cb364cd123151d8f647a22f52145ffb8646 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 1 Apr 2018 23:28:38 +0200 Subject: Make sure to build wic-tools to avoid imaging to fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib38df07de3b3ce8b17311db1a91540d4348bfce5 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-bitbake-image.sh | 2 ++ jjb/common/include-agl-bitbake-sdk.sh | 2 ++ jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index aa4b2086..3d1b501c 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -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 ) diff --git a/jjb/common/include-agl-bitbake-sdk.sh b/jjb/common/include-agl-bitbake-sdk.sh index 591ea6ba..9928bec3 100644 --- a/jjb/common/include-agl-bitbake-sdk.sh +++ b/jjb/common/include-agl-bitbake-sdk.sh @@ -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 ) diff --git a/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml b/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml index 2757c5e3..e16ac4d4 100644 --- a/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml +++ b/jjb/release-jjb-eel-snapshot/release-jjb-eel-snapshot.yaml @@ -17,15 +17,15 @@ 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 -- cgit 1.2.3-korg