diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-22 19:52:42 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-22 19:52:42 +0200 |
commit | 61134964b39db8744cd23ff0814fa81db1951dbc (patch) | |
tree | f46da688d9890883771e33cf2ac4bd71cf985e98 /jjb/common/include-agl-bitbake-sdk.sh | |
parent | c004f5ec0aae315ad2275bd667ea23f3d0e3640c (diff) |
Change to crosssdk image from populate_sdk
Change-Id: Ie2684e4d27cde5f62d4ed4988f6f543b52f2946c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-bitbake-sdk.sh')
-rw-r--r-- | jjb/common/include-agl-bitbake-sdk.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-bitbake-sdk.sh b/jjb/common/include-agl-bitbake-sdk.sh index b53a4125..591ea6ba 100644 --- a/jjb/common/include-agl-bitbake-sdk.sh +++ b/jjb/common/include-agl-bitbake-sdk.sh @@ -6,6 +6,7 @@ ################################################################################ # 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 -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 ) du -hs tmp/deploy/* |