Add an example of how to enable this to local.conf.sample Signed-off-by: Richard Purdie <[email protected]> --- {meta => metay}/conf/local.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) rename {meta => metay}/conf/local.conf.sample (96%)
diff --git a/meta/conf/local.conf.sample b/metay/conf/local.conf.sample similarity index 96% rename from meta/conf/local.conf.sample rename to metay/conf/local.conf.sample index 783d2c4c16d..efb3100d9bd 100644 --- a/meta/conf/local.conf.sample +++ b/metay/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. -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141834): https://lists.openembedded.org/g/openembedded-core/message/141834 Mute This Topic: https://lists.openembedded.org/mt/76417256/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
