summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 169a9169c0..1b2bf8b864 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2105,13 +2105,14 @@
2105 The <filename>do_package</filename> task splits the files 2105 The <filename>do_package</filename> task splits the files
2106 produced by the recipe into logical components. 2106 produced by the recipe into logical components.
2107 Even software that produces a single binary might still have 2107 Even software that produces a single binary might still have
2108 debug symbols, documentation, and other logical components. 2108 debug symbols, documentation, and other logical components
2109 that should be split out.
2109 The <filename>do_package</filename> task ensures that files 2110 The <filename>do_package</filename> task ensures that files
2110 are split up and packaged correctly. 2111 are split up and packaged correctly.
2111 </para> 2112 </para>
2112 2113
2113 <para> 2114 <para>
2114 After you build your software you need to be sure your packages 2115 After you build your software, you need to be sure your packages
2115 are correct. 2116 are correct.
2116 Examine the 2117 Examine the
2117 <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/packages-split</filename> 2118 <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/packages-split</filename>