From: Jan-Simon Moeller Date: Fri, 30 Jun 2023 09:28:23 +0000 (+0200) Subject: expose the locked signatures X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=55d1d10a12beaf735eca8d74e1521c984b33379c;p=ci-management.git expose the locked signatures Signed-off-by: Jan-Simon Moeller Change-Id: I872ce36b92426319bfe9a0662a3b2def7ae636af --- diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh index 3ac2f3bd..40634445 100644 --- a/jjb/common/include-agl-bitbake-image.sh +++ b/jjb/common/include-agl-bitbake-image.sh @@ -15,5 +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/ du -hs tmp/deploy/*