diff mbox series

[yocto-autobuilder-helper] config.json: Unbreak bringup-fast sstate usage

Message ID 20260402084853.3346086-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Unbreak bringup-fast sstate usage | expand

Commit Message

Richard Purdie April 2, 2026, 8:48 a.m. UTC
This config line in the template is already also set in the builder itself,
but would break bringup-fast - fix this and remove the duplication.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 51eb546..b45daa8 100644
--- a/config.json
+++ b/config.json
@@ -192,7 +192,6 @@ 
         },
        "bringup" : {
             "BUILDINFO" : true,
-            "SSTATEDIR" : ["SSTATE_DIR = '${HELPERBUILDDIR}/sstate'"],
             "MACHINE" : "unset",
             "DISTRO" : "unset",
             "step1" : {