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/ref-variables.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') 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