Change-Id: Ib38df07de3b3ce8b17311db1a91540d4348bfce5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
## 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 )
## 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 )
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