diff mbox series

[yocto-autobuilder-helper] config.json: use '-S lockedsigs' to generate the locked signatures file

Message ID 20231019144129.326806-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: use '-S lockedsigs' to generate the locked signatures file | expand

Commit Message

Alexander Kanavin Oct. 19, 2023, 2:41 p.m. UTC
This is now done with a dedicated switch, where previously the file was always written
out, creating often unneeded clutter.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 94c86e1..ea6885d 100644
--- a/config.json
+++ b/config.json
@@ -1298,7 +1298,7 @@ 
             },
             "step5" : {
                 "shortname" : "Prep #2 locked-sigs test",
-                "BBTARGETS" : "core-image-sato -S none",
+                "BBTARGETS" : "core-image-sato -S lockedsigs",
                 "EXTRACMDS" : ["${SCRIPTSDIR}/../janitor/clobberdir ${BUILDDIR}/../build/tmp"]
             },
             "step6" : {