From 3f0cd2a1d7510a613f0281f42dd68c21a42447f9 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Thu, 2 Nov 2017 16:44:06 -0700 Subject: ref-manual: Added the BB_SERVER_TIMEOUT variable to glossary (From yocto-docs rev: 6e765f4017ae300f83839201b123afa2a3662d70) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 6 +++--- documentation/ref-manual/ref-variables.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual') 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." -- cgit v1.2.3-54-g00ecf