]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Document memory resident bitbake
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2020 18:48:53 +0000 (19:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2020 08:03:59 +0000 (09:03 +0100)
Add an example of how to enable this to local.conf.sample

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 783d2c4c16dcb72b45bc6ed4e1191464101bb6f7..4e6324b6a11b199449289633cd4be4470ec2dca1 100644 (file)
@@ -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.