All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] local.conf.sample: Document memory resident bitbake
@ 2020-08-25 22:09 Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-08-25 22:09 UTC (permalink / raw)
  To: poky

Add an example of how to enable this to local.conf.sample

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-poky/conf/local.conf.sample | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index b555f1d21ef..952443db9d7 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"
 #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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] local.conf.sample: Document memory resident bitbake
@ 2020-08-25 22:10 Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-08-25 22:10 UTC (permalink / raw)
  To: openembedded-core

Add an example of how to enable this to local.conf.sample

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 {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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-25 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25 22:09 [PATCH] local.conf.sample: Document memory resident bitbake Richard Purdie
2020-08-25 22:10 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.