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 | |
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')
-rw-r--r-- | documentation/ref-manual/migration.xml | 6 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 26 |
2 files changed, 29 insertions, 3 deletions
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</ulink>. | |||
4738 | replacing its previous "memory resident mode" (i.e. | 4738 | replacing its previous "memory resident mode" (i.e. |
4739 | <filename>oe-init-build-env-memres</filename>). | 4739 | <filename>oe-init-build-env-memres</filename>). |
4740 | Now you only need to set | 4740 | Now you only need to set |
4741 | <filename>BB_SERVER_TIMEOUT</filename> to a timeout | 4741 | <link linkend='var-BB_SERVER_TIMEOUT'><filename>BB_SERVER_TIMEOUT</filename></link> |
4742 | (in seconds) and BitBake's server stays resident for that | 4742 | to a timeout (in seconds) and BitBake's server stays resident for |
4743 | amount of time between invocations. | 4743 | that amount of time between invocations. |
4744 | The <filename>oe-init-build-env-memres</filename> script has been | 4744 | The <filename>oe-init-build-env-memres</filename> script has been |
4745 | removed since a separate environment setup script is no longer | 4745 | removed since a separate environment setup script is no longer |
4746 | needed. | 4746 | 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 @@ | |||
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." |