| 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 |
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" : {
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(-)