diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-11-02 16:44:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:29:07 +0000 |
commit | 3f0cd2a1d7510a613f0281f42dd68c21a42447f9 (patch) | |
tree | a204e39903bd0f7b43ecd8a866ac318a76812ac7 /documentation/ref-manual/ref-variables.xml | |
parent | 4469acdf1d0338220f3fe2ecb5e079eea6fda375 (diff) | |
download | poky-3f0cd2a1d7510a613f0281f42dd68c21a42447f9.tar.gz |
ref-manual: Added the BB_SERVER_TIMEOUT variable to glossary
(From yocto-docs rev: 6e765f4017ae300f83839201b123afa2a3662d70)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
977 | </glossdef> | 977 | </glossdef> |
978 | </glossentry> | 978 | </glossentry> |
979 | 979 | ||
980 | <glossentry id='var-BB_SERVER_TIMEOUT'><glossterm>BB_SERVER_TIMEOUT</glossterm> | ||
981 | <info> | ||
982 | BB_SERVER_TIMEOUT [doc] = "Specifies the time (in seconds) after which to unload the BitBake server due to inactivity." | ||
983 | </info> | ||
984 | <glossdef> | ||
985 | <para role="glossdeffirst"> | ||
986 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
987 | Specifies the time (in seconds) after which to unload the | ||
988 | BitBake server due to inactivity. | ||
989 | Set <filename>BB_SERVER_TIMEOUT</filename> to determine how | ||
990 | long the BitBake server stays resident between invocations. | ||
991 | </para> | ||
992 | |||
993 | <para> | ||
994 | For example, the following statement in your | ||
995 | <filename>local.conf</filename> file instructs the server | ||
996 | to be unloaded after 20 seconds of inactivity: | ||
997 | <literallayout class='monospaced'> | ||
998 | BB_SERVER_TIMEOUT = "20" | ||
999 | </literallayout> | ||
1000 | If you want the server to never be unloaded, set | ||
1001 | <filename>BB_SERVER_TIMEOUT</filename> to "-1". | ||
1002 | </para> | ||
1003 | </glossdef> | ||
1004 | </glossentry> | ||
1005 | |||
980 | <glossentry id='var-BBCLASSEXTEND'><glossterm>BBCLASSEXTEND</glossterm> | 1006 | <glossentry id='var-BBCLASSEXTEND'><glossterm>BBCLASSEXTEND</glossterm> |
981 | <info> | 1007 | <info> |
982 | 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." | 1008 | 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." |