On Tue, 2020-08-25 at 23:10 +0100, Richard Purdie via lists.openembedded.org wrote: > 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"
This is meant to have this commented, I've fixed the patches queued. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141838): https://lists.openembedded.org/g/openembedded-core/message/141838 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]] -=-=-=-=-=-=-=-=-=-=-=-
