diff mbox series

[yocto-autobuilder-helper,4/4] config.json: Keep the bitbake server warm for containers-library

Message ID 20260921004540.3718904-5-tim.orling@konsulko.com
State New
Headers show
Series container improvements | expand

Commit Message

Tim Orling Sept. 21, 2026, 12:41 a.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

The push-containers step makes ~11 bitbake invocations per container.
Without BB_SERVER_TIMEOUT each starts its own cooker and reparses the
whole layer stack. Set it to 600, as buildperf and metrics already do.

AI-Generated: Claude Opus 5
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 22fc16d..d4b2ec2 100644
--- a/config.json
+++ b/config.json
@@ -1890,7 +1890,8 @@ 
             "extravars" : [
                 "require conf/distro/include/meta-virt-host.conf",
                 "DISTRO_FEATURES:append = ' usrmerge'",
-                "INIT_MANAGER = 'systemd'"
+                "INIT_MANAGER = 'systemd'",
+                "BB_SERVER_TIMEOUT = '600'"
             ],
             "EXTRACMDS" : ["sed -i '/meta-virt-host.conf/d' ${HELPERBUILDDIR}/conf/auto.conf"],
             "vcontainer" : "${VCONTAINER_TARBALL_URL}",