diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-09 14:19:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 07:50:58 +0100 |
commit | e867967d606a9742008a94d16f81e365e6371ec3 (patch) | |
tree | b433593b9b310e7203dd6ededd735f7c40bf916c /documentation/ref-manual/ref-tasks.xml | |
parent | 2f4d0722ce42e6381228b335d2bbd5a5901bb594 (diff) | |
download | poky-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/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index aea0858f73..8f62da02f0 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -189,8 +189,10 @@ | |||
189 | <title><filename>do_populate_sysroot</filename></title> | 189 | <title><filename>do_populate_sysroot</filename></title> |
190 | 190 | ||
191 | <para> | 191 | <para> |
192 | Copies a subset of files installed by do_install into the sysroot | 192 | Copies a subset of files installed by the |
193 | in order to make them available to other recipes. | 193 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
194 | task into the sysroot in order to make them available to other | ||
195 | recipes. | ||
194 | </para> | 196 | </para> |
195 | </section> | 197 | </section> |
196 | 198 | ||
@@ -360,9 +362,11 @@ | |||
360 | <title>Kernel-Related Tasks</title> | 362 | <title>Kernel-Related Tasks</title> |
361 | 363 | ||
362 | <para> | 364 | <para> |
363 | The following tasks are applicable to kernel recipes. Some of them | 365 | The following tasks are applicable to kernel recipes. |
364 | (for example do_menuconfig) are also applicable to recipes which use | 366 | Some of them (e.g. the |
365 | Linux kernel style configuration (e.g. busybox). | 367 | <link linkend='ref-tasks-menuconfig'><filename>do_menuconfig</filename></link> |
368 | task) are also applicable to recipes that use | ||
369 | Linux kernel style configuration (e.g. BusyBox). | ||
366 | </para> | 370 | </para> |
367 | 371 | ||
368 | <section id='ref-tasks-compile_kernelmodules'> | 372 | <section id='ref-tasks-compile_kernelmodules'> |
@@ -377,8 +381,9 @@ | |||
377 | <title><filename>do_diffconfig</filename></title> | 381 | <title><filename>do_diffconfig</filename></title> |
378 | 382 | ||
379 | <para> | 383 | <para> |
380 | Compares the old and new config files after running do_menuconfig | 384 | Compares the old and new config files after running the |
381 | for the kernel. | 385 | <link linkend='ref-tasks-menuconfig'><filename>do_menuconfig</filename></link> |
386 | task for the kernel. | ||
382 | </para> | 387 | </para> |
383 | </section> | 388 | </section> |
384 | 389 | ||