From aeb54903941fb8cd1a2ef30479b40d7313e42add Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 18 Apr 2017 12:33:31 +0200 Subject: Restrict verbose output to failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I275f95dc8f1213ccede893951e1f515f116e8a8d Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-bitbake-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-bitbake-image.sh') diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index 7ee2ce15..aa4b2086 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -6,7 +6,7 @@ ################################################################################ # finally, build the agl-demo-platform (we retry to catch the tar-native bug) -( ( bitbake -v -D $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) +( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 ) du -hs tmp/deploy/* -- cgit 1.2.3-korg