summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-09 10:12:49 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-21 21:57:59 +0000
commit0d9959a27324e85abc5412edb89e2ddcbbbff95b (patch)
tree81a31a36daadea8ac4d1c79d1c00581f7c1c6b3d /documentation
parenta3224b8dd7b8e4309ef599cf11c8fcaefa412bf5 (diff)
downloadast2050-yocto-poky-0d9959a27324e85abc5412edb89e2ddcbbbff95b.zip
ast2050-yocto-poky-0d9959a27324e85abc5412edb89e2ddcbbbff95b.tar.gz
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>
Diffstat (limited to 'documentation')
-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 169a916..1b2bf8b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -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>
OpenPOWER on IntegriCloud