From 04952b6c0bf9865cdde4429f262e4da3cb476e15 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 26 Apr 2024 16:59:49 +0200 Subject: Update for scarthgap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: Ieb277bf7ced1aafd70d0d6fdf73fa8a0508101e7 --- jjb/common/include-agl-bitbake-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 40634445..dd65a6b6 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -15,6 +15,6 @@ cat conf/local.conf # 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 --dump-signature=none $TARGETIMAGE -cp locked-sigs.inc tmp/deploy/images/ +#bitbake --dump-signature $TARGETIMAGE +#cp locked-sigs.inc tmp/deploy/images/ du -hs tmp/deploy/* -- cgit 1.2.3-korg