expose the locked signatures sandbox/jsmoeller/siggen
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 30 Jun 2023 09:28:23 +0000 (11:28 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 30 Jun 2023 09:28:23 +0000 (11:28 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I872ce36b92426319bfe9a0662a3b2def7ae636af

jjb/common/include-agl-bitbake-image.sh

index 3ac2f3b..4063444 100644 (file)
@@ -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/*