diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-25 19:48:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 09:04:50 +0100 |
commit | 3cfc4e9fa92ac594a137a4b6b29ae6ca980b26d6 (patch) | |
tree | 62a0002ed743eb389112103a6e75d2d4326ebf46 | |
parent | 1955ba23f1d8096191d16adcacefb7d417caeb2a (diff) | |
download | poky-3cfc4e9fa92ac594a137a4b6b29ae6ca980b26d6.tar.gz |
local.conf.sample: Document memory resident bitbake
Add an example of how to enable this to local.conf.sample
(From meta-yocto rev: e29dbff72bdfb99cf672599e8d1814e51ab7290a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/local.conf.sample | 10 |
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. |