summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-09 14:19:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 07:50:58 +0100
commite867967d606a9742008a94d16f81e365e6371ec3 (patch)
treeb433593b9b310e7203dd6ededd735f7c40bf916c /documentation/ref-manual/usingpoky.xml
parent2f4d0722ce42e6381228b335d2bbd5a5901bb594 (diff)
downloadpoky-e867967d606a9742008a94d16f81e365e6371ec3.tar.gz
ref-manual: Added links to new do_* sections.
With the creation of the new chapter that documents the 51 tasks defined by the OpenEmbedded build system, the remainder of the ref-manual had many first-instance occurrences of do_* task names that could be cross-referenced to the new sections. I have added these links. (From yocto-docs rev: 2ff39bd226a1d8f11924283bbaa3542a9d936ba3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index a8a6f3b92a..3748ac21bb 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -280,9 +280,10 @@
280 <listitem><para><emphasis><filename>eglibc-initial</filename> fails to build</emphasis>: 280 <listitem><para><emphasis><filename>eglibc-initial</filename> fails to build</emphasis>:
281 If your development host system has the unpatched 281 If your development host system has the unpatched
282 <filename>GNU Make 3.82</filename>, 282 <filename>GNU Make 3.82</filename>,
283 the <filename>do_install</filename> task 283 the
284 fails for <filename>eglibc-initial</filename> during the 284 <link linkend='ref-tasks-install'><filename>do_install</filename></link>
285 build.</para> 285 task fails for <filename>eglibc-initial</filename> during
286 the build.</para>
286 <para>Typically, every distribution that ships 287 <para>Typically, every distribution that ships
287 <filename>GNU Make 3.82</filename> as 288 <filename>GNU Make 3.82</filename> as
288 the default already has the patched version. 289 the default already has the patched version.
@@ -370,8 +371,11 @@
370 371
371 <para> 372 <para>
372 Following is an example written in Python. 373 Following is an example written in Python.
373 The code handles logging for a function that determines the number of tasks 374 The code handles logging for a function that determines the
374 needed to be run: 375 number of tasks needed to be run.
376 See the
377 "<link linkend='ref-tasks-listtasks'><filename>do_listtasks</filename></link>"
378 section for additional information:
375 <literallayout class='monospaced'> 379 <literallayout class='monospaced'>
376 python do_listtasks() { 380 python do_listtasks() {
377 bb.debug(2, "Starting to figure out the task list") 381 bb.debug(2, "Starting to figure out the task list")