From 828ad702acf6ea00907a9bdcd6537b32cc0ff78b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Jan 2022 19:12:53 +0000 Subject: [PATCH] CI: enable memory-resident bitbake 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 Signed-off-by: Jon Mason --- ci/base.yml | 1 + 1 file changed, 1 insertion(+) 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"