diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-13 10:13:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:54 +0000 |
commit | 7ded3cc8cc4cd2fc354725c2c0b6808f3b5e85c4 (patch) | |
tree | d6511d9870322ace11568ab714d2ef7d725dda46 | |
parent | 4623ec19aca8db32172bbd42edd7295076a1dd8e (diff) | |
download | poky-7ded3cc8cc4cd2fc354725c2c0b6808f3b5e85c4.tar.gz |
ref-manual: Added cross-references to "Post-Installation Scripts"
Two areas in the migration chapter discuss the post-installation
behavior when you defer the scripts to after boot. I added a
couple references to each of those migration note sections that
go into the dev-manual's section.
(From yocto-docs rev: fd550364c6fcfdff24b5c69f289733ed319c6be1)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/migration.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index a0c8267930..66a58d11ce 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -5608,7 +5608,11 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
5608 | Any failure of a <filename>pkg_postinst()</filename> | 5608 | Any failure of a <filename>pkg_postinst()</filename> |
5609 | script (including <filename>exit 1</filename>) | 5609 | script (including <filename>exit 1</filename>) |
5610 | will trigger a warning during | 5610 | will trigger a warning during |
5611 | <filename>do_rootfs</filename>. | 5611 | <filename>do_rootfs</filename>.</para> |
5612 | |||
5613 | <para>For more information, see the | ||
5614 | "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-post-installation-scripts'>Post-Installation Scripts</ulink>" | ||
5615 | section in the Yocto Project Development Tasks Manual. | ||
5612 | </para></listitem> | 5616 | </para></listitem> |
5613 | <listitem><para> | 5617 | <listitem><para> |
5614 | The <filename>elf</filename> image type has been removed. | 5618 | The <filename>elf</filename> image type has been removed. |
@@ -6196,6 +6200,12 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
6196 | (including exit 1) triggers an error during the | 6200 | (including exit 1) triggers an error during the |
6197 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link> task. | 6201 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link> task. |
6198 | </para> | 6202 | </para> |
6203 | |||
6204 | <para> | ||
6205 | For more information on post-installation behavior, see the | ||
6206 | "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-post-installation-scripts'>Post-Installation Scripts</ulink>" | ||
6207 | section in the Yocto Project Development Tasks Manual. | ||
6208 | </para> | ||
6199 | </section> | 6209 | </section> |
6200 | 6210 | ||
6201 | <section id='migration-2.6-python-3-profile-guided-optimizations'> | 6211 | <section id='migration-2.6-python-3-profile-guided-optimizations'> |