summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-11-13 10:13:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-22 12:20:52 +0000
commit69f269e09087ec18fb0dd29ff3c6555e91a422c2 (patch)
treeb3357fc8df8ea93d1041bc8961a8ee9dfb9f7ef3 /documentation
parent108fe4b941bf7436a3b75d0f46c06f2d35cfca9a (diff)
downloadpoky-69f269e09087ec18fb0dd29ff3c6555e91a422c2.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: eeb09b5fa208499f37be4e5aafcf55db82715fd1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml12
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'>