summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-11-02 16:44:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:29:07 +0000
commit3f0cd2a1d7510a613f0281f42dd68c21a42447f9 (patch)
treea204e39903bd0f7b43ecd8a866ac318a76812ac7 /documentation/ref-manual/migration.xml
parent4469acdf1d0338220f3fe2ecb5e079eea6fda375 (diff)
downloadpoky-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/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml6
1 files changed, 3 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.