[3/3] CI: enable memory-resident bitbake

Message ID 20220126191253.1844130-3-ross.burton@arm.com
State New
Headers show
Series [1/3] scripts/machine-summary: improve layer_path | expand

Commit Message

Ross Burton Jan. 26, 2022, 7:12 p.m. UTC
Enable memory-resident bitbake by setting the server timeout to 60s.

For most builds this doesn't have an impact as bitbake is ran once, but
this reduces the time for the pending-upgrades report from 10 minutes to
3 minutes, as it doesn't need to constantly restart bitbake.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/base.yml | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/ci/base.yml b/ci/base.yml
index 0af0b62d..795bd11f 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -26,6 +26,7 @@  env:
 
 local_conf_header:
   base: |
+    BB_SERVER_TIMEOUT = "60"
     CONF_VERSION = "2"
     PACKAGE_CLASSES = "package_ipk"
     LICENSE_FLAGS_WHITELIST += "armcompiler Arm-FVP-EULA"