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-sdk.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/common/include-agl-bitbake-sdk.sh') 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 ) -- cgit 1.2.3-korg