aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-06-30 11:28:23 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-06-30 11:28:23 +0200
commit55d1d10a12beaf735eca8d74e1521c984b33379c (patch)
tree190c0cf44329d7c036fbaf2f06c24cef77ddd033
parenta60c1adff153458f3bf9df2e14308d5aa3bd6b5e (diff)
expose the locked signaturessandbox/jsmoeller/siggen
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I872ce36b92426319bfe9a0662a3b2def7ae636af
-rw-r--r--jjb/common/include-agl-bitbake-image.sh3
1 files changed, 2 insertions, 1 deletions
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/*