diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 811577bb6f..82120c672f 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -4738,9 +4738,9 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message.
replacing its previous "memory resident mode" (i.e.
oe-init-build-env-memres).
Now you only need to set
- BB_SERVER_TIMEOUT to a timeout
- (in seconds) and BitBake's server stays resident for that
- amount of time between invocations.
+ BB_SERVER_TIMEOUT
+ to a timeout (in seconds) and BitBake's server stays resident for
+ that amount of time between invocations.
The oe-init-build-env-memres script has been
removed since a separate environment setup script is no longer
needed.
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e31aa21a3e..a79fc2ec87 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -977,6 +977,32 @@
+ BB_SERVER_TIMEOUT
+
+ BB_SERVER_TIMEOUT [doc] = "Specifies the time (in seconds) after which to unload the BitBake server due to inactivity."
+
+
+
+
+ Specifies the time (in seconds) after which to unload the
+ BitBake server due to inactivity.
+ Set BB_SERVER_TIMEOUT to determine how
+ long the BitBake server stays resident between invocations.
+
+
+
+ For example, the following statement in your
+ local.conf file instructs the server
+ to be unloaded after 20 seconds of inactivity:
+
+ BB_SERVER_TIMEOUT = "20"
+
+ If you want the server to never be unloaded, set
+ BB_SERVER_TIMEOUT to "-1".
+
+
+
+
BBCLASSEXTEND
BBCLASSEXTEND[doc] = "Allows you to extend a recipe so that it builds variants of the software. Common variants for recipes are 'native', 'cross', 'nativesdk' and multilibs."