summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-09-26 08:58:28 +0000
committerRoss Burton <ross@openedhand.com>2008-09-26 08:58:28 +0000
commitcd8b52418c475cf8708f136babb2bfa2f3b1744f (patch)
tree5733077975e7d4f0e7efbd89207d8f7d2268287a /handbook
parent75f3f9bb6d823faec884569400f9dcb6c28ef732 (diff)
downloadpoky-cd8b52418c475cf8708f136babb2bfa2f3b1744f.tar.gz
Merged revisions 5189-5198 via svnmerge from
https://svn.o-hand.com/repos/poky/trunk ........ r5189 | richard | 2008-09-11 23:41:08 +0100 (Thu, 11 Sep 2008) | 1 line local.conf.sample: Make the parallel threads documentation more visible and update with a quadcore example ........ r5190 | richard | 2008-09-12 00:02:51 +0100 (Fri, 12 Sep 2008) | 1 line handbook/quickstart: Improve documentation on the options available in local.conf ........ r5191 | richard | 2008-09-12 00:11:45 +0100 (Fri, 12 Sep 2008) | 1 line handbook/faq.xml: Add a QA about proxy server setup ........ r5192 | ross | 2008-09-12 16:43:10 +0100 (Fri, 12 Sep 2008) | 1 line ref-variables.xml: Add POKY_EXTRA_INSTALL ........ r5193 | ross | 2008-09-16 10:00:50 +0100 (Tue, 16 Sep 2008) | 1 line poky-fixed-revisions.inc: bump matchbox-wm-2 ........ r5194 | ross | 2008-09-16 16:36:32 +0100 (Tue, 16 Sep 2008) | 1 line poky-fixed-revisions: bump libowl srvrev ........ r5195 | ross | 2008-09-16 17:24:31 +0100 (Tue, 16 Sep 2008) | 1 line poky-fixed-revisions.inc: bump matchbox-desktop srvrev ........ r5196 | richard | 2008-09-16 20:14:49 +0100 (Tue, 16 Sep 2008) | 1 line bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake shell reparse failures ........ r5197 | richard | 2008-09-16 21:09:03 +0100 (Tue, 16 Sep 2008) | 1 line ConfHandler.py: revert accidental commit ........ r5198 | ross | 2008-09-18 10:35:14 +0100 (Thu, 18 Sep 2008) | 1 line poky-eabi.conf: add dialer to as-needed blacklist ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5284 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook')
-rw-r--r--handbook/faq.xml18
-rw-r--r--handbook/introduction.xml11
-rw-r--r--handbook/ref-variables.xml17
3 files changed, 42 insertions, 4 deletions
diff --git a/handbook/faq.xml b/handbook/faq.xml
index 061ed563ce..4bd1b7a493 100644
--- a/handbook/faq.xml
+++ b/handbook/faq.xml
@@ -226,6 +226,24 @@
226 </para> 226 </para>
227 </answer> 227 </answer>
228 </qandaentry> 228 </qandaentry>
229 <qandaentry>
230 <question>
231 <para>
232 I'm behind a firewall and need to use a proxy server. How do I do that?
233 </para>
234 </question>
235 <answer>
236 <para>
237 Most source fetching by Poky is done by wget and you therefore need to specify the proxy
238 settings in a .wgetrc file in your home directory. Example settings in that file would be
239 'http_proxy = http://proxy.yoyodyne.com:18023/' and 'ftp_proxy = http://proxy.yoyodyne.com:18023/'.
240 Poky also includes a site.conf.sample file which shows how to configure cvs and git proxy servers
241 if needed.
242 </para>
243 </answer>
244 </qandaentry>
245
246
229</qandaset> 247</qandaset>
230</appendix> 248</appendix>
231<!-- 249<!--
diff --git a/handbook/introduction.xml b/handbook/introduction.xml
index 291ed5d214..7de74673fb 100644
--- a/handbook/introduction.xml
+++ b/handbook/introduction.xml
@@ -196,9 +196,14 @@ $ runqemu qemuarm
196 196
197 <para> 197 <para>
198 To build for other machines see the <glossterm><link 198 To build for other machines see the <glossterm><link
199 linkend='var-MACHINE'>MACHINE</link></glossterm> variable in build/conf/local.conf 199 linkend='var-MACHINE'>MACHINE</link></glossterm> variable in build/conf/local.conf.
200 which also contains other configuration information. The images/kernels built 200 This file contains other useful configuration information and the default version
201 by Poky are placed in the <filename class="directory">tmp/deploy/images</filename> 201 has examples of common setup needs and is worth
202 reading. To take advantage of multiple processor cores to speed up builds for example, set the
203 <glossterm><link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link></glossterm>
204 and <glossterm><link linkend='var-PARALLEL_MAKE'>PARALLEL_MAKE</link></glossterm> variables.
205
206 The images/kernels built by Poky are placed in the <filename class="directory">tmp/deploy/images</filename>
202 directory. 207 directory.
203 </para> 208 </para>
204 209
diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml
index a3590e1072..5d821a2108 100644
--- a/handbook/ref-variables.xml
+++ b/handbook/ref-variables.xml
@@ -66,7 +66,7 @@
66 66
67 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> 67 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm>
68 <glossdef> 68 <glossdef>
69 <para>Number of BitBake threads</para> 69 <para>The maximum number of tasks BitBake should run in parallel at any one time</para>
70 </glossdef> 70 </glossdef>
71 </glossentry> 71 </glossentry>
72 72
@@ -483,6 +483,14 @@
483 </glossdef> 483 </glossdef>
484 </glossentry> 484 </glossentry>
485 485
486 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm>
487 <glossdef>
488 <para>Extra options that are passed to the make command during the
489 compile tasks. This is usually of the form '-j 4' where the number
490 represents the maximum number of parallel threads make can run.</para>
491 </glossdef>
492 </glossentry>
493
486 <glossentry id='var-PN'><glossterm>PN</glossterm> 494 <glossentry id='var-PN'><glossterm>PN</glossterm>
487 <glossdef> 495 <glossdef>
488 <para>Name of package. 496 <para>Name of package.
@@ -532,6 +540,13 @@
532 </glossdef> 540 </glossdef>
533 </glossentry> 541 </glossentry>
534 542
543 <glossentry id='var-POKY_EXTRA_INSTALL'><glossterm>POKY_EXTRA_INSTALL</glossterm>
544 <glossdef>
545 <para>List of packages to be added to the image. This should
546 only be set in <filename>local.conf</filename>.</para>
547 </glossdef>
548 </glossentry>
549
535 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> 550 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm>
536 <glossdef> 551 <glossdef>
537 <para>Libc implementation selector - glibc or uclibc can be selected.</para> 552 <para>Libc implementation selector - glibc or uclibc can be selected.</para>