aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-image.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-04-26 16:59:49 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-02 22:13:18 +0000
commit04952b6c0bf9865cdde4429f262e4da3cb476e15 (patch)
treeac08cf4397044e15f31dc7711d38259caa269156 /jjb/common/include-agl-bitbake-image.sh
parent3e5b2d91912bf6aaa4ea2e4f1522446ed66a257d (diff)
Update for scarthgapHEADmaster
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ieb277bf7ced1aafd70d0d6fdf73fa8a0508101e7
Diffstat (limited to 'jjb/common/include-agl-bitbake-image.sh')
-rw-r--r--jjb/common/include-agl-bitbake-image.sh4
1 files changed, 2 insertions, 2 deletions
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/*