dev-manual: Edits to "Packaging" section.

Applied some self-edits to this section that is part of the
"Writing a New Recipe" section.  There was no feedback from the
second review but I noticed a few issues.  Also, I added that
reference on how to add a post-installation script from the
"Enabling System Services" section as noted by Paul Eggleton.

(From yocto-docs rev: 6be835637cb1dc232d6d6dd1dfe1bc803efecfd3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-01-09 10:12:49 -06:00 committed by Richard Purdie
parent a3224b8dd7
commit 0d9959a273
1 changed files with 3 additions and 2 deletions

View File

@ -2105,13 +2105,14 @@
The <filename>do_package</filename> task splits the files
produced by the recipe into logical components.
Even software that produces a single binary might still have
debug symbols, documentation, and other logical components.
debug symbols, documentation, and other logical components
that should be split out.
The <filename>do_package</filename> task ensures that files
are split up and packaged correctly.
</para>
<para>
After you build your software you need to be sure your packages
After you build your software, you need to be sure your packages
are correct.
Examine the
<filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/packages-split</filename>