summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 19:48:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-26 09:03:59 +0100
commita17088b0109fa549cd335dca4265314e66d2901b (patch)
treeb028db87f631d34ed32ec9f86a70657583d85705 /meta/conf
parent5a0096f3a2c268233c192deb455da67d2784afa4 (diff)
downloadopenembedded-core-contrib-a17088b0109fa549cd335dca4265314e66d2901b.tar.gz
local.conf.sample: Document memory resident bitbake
Add an example of how to enable this to local.conf.sample Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/local.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 783d2c4c16..4e6324b6a1 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -226,6 +226,16 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
#BB_HASHSERVE = "auto"
#BB_SIGNATURE_HANDLER = "OEEquivHash"
+#
+# Memory Resident Bitbake
+#
+# Bitbake's server component can stay in memory after the UI for the current command
+# has completed. This means subsequent commands can run faster since there is no need
+# for bitbake to reload cache files and so on. Number is in seconds, after which the
+# server will shut down.
+#
+#BB_SERVER_TIMEOUT = "60"
+
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.