summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/local.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index b555f1d21e..032f2623ee 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -261,6 +261,16 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
261#BB_HASHSERVE = "auto" 261#BB_HASHSERVE = "auto"
262#BB_SIGNATURE_HANDLER = "OEEquivHash" 262#BB_SIGNATURE_HANDLER = "OEEquivHash"
263 263
264#
265# Memory Resident Bitbake
266#
267# Bitbake's server component can stay in memory after the UI for the current command
268# has completed. This means subsequent commands can run faster since there is no need
269# for bitbake to reload cache files and so on. Number is in seconds, after which the
270# server will shut down.
271#
272#BB_SERVER_TIMEOUT = "60"
273
264# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to 274# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
265# track the version of this file when it was generated. This can safely be ignored if 275# track the version of this file when it was generated. This can safely be ignored if
266# this doesn't mean anything to you. 276# this doesn't mean anything to you.