summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
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")