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/migration.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/migration.xml')
| -rw-r--r-- | documentation/ref-manual/migration.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 7cefa5ebf4..7d6363013a 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
| @@ -701,8 +701,9 @@ | |||
| 701 | An additional QA check has been added to check if | 701 | An additional QA check has been added to check if |
| 702 | <filename>/usr/share/info/dir</filename> is being installed. | 702 | <filename>/usr/share/info/dir</filename> is being installed. |
| 703 | Your recipe should delete this file within | 703 | Your recipe should delete this file within |
| 704 | <filename>do_install</filename> if "make install" is | 704 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> |
| 705 | installing it.</para></listitem> | 705 | if "make install" is installing it. |
| 706 | </para></listitem> | ||
| 706 | <listitem><para> | 707 | <listitem><para> |
| 707 | If you are using the buildhistory class, the check for the | 708 | If you are using the buildhistory class, the check for the |
| 708 | package version going backwards is now controlled using a | 709 | package version going backwards is now controlled using a |
| @@ -863,7 +864,9 @@ | |||
| 863 | <title>Images Now Rebuild Only on Changes Instead of Every Time</title> | 864 | <title>Images Now Rebuild Only on Changes Instead of Every Time</title> |
| 864 | 865 | ||
| 865 | <para> | 866 | <para> |
| 866 | The <filename>do_rootfs</filename> and other related image | 867 | The |
| 868 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link> | ||
| 869 | and other related image | ||
| 867 | construction tasks are no longer marked as "nostamp". | 870 | construction tasks are no longer marked as "nostamp". |
| 868 | Consequently, they will only be re-executed when their inputs have | 871 | Consequently, they will only be re-executed when their inputs have |
| 869 | changed. | 872 | changed. |
| @@ -1246,8 +1249,8 @@ | |||
| 1246 | underscores replaced by hyphens for the override so that they | 1249 | underscores replaced by hyphens for the override so that they |
| 1247 | now function properly. | 1250 | now function properly. |
| 1248 | For example, the task override for | 1251 | For example, the task override for |
| 1249 | <filename>do_populate_sdk</filename> is | 1252 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| 1250 | <filename>task-populate-sdk</filename>. | 1253 | is <filename>task-populate-sdk</filename>. |
| 1251 | </para> | 1254 | </para> |
| 1252 | </section> | 1255 | </section> |
| 1253 | </section> | 1256 | </section> |
