diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-09 10:12:49 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-21 21:57:59 +0000 |
commit | 0d9959a27324e85abc5412edb89e2ddcbbbff95b (patch) | |
tree | 81a31a36daadea8ac4d1c79d1c00581f7c1c6b3d /documentation | |
parent | a3224b8dd7b8e4309ef599cf11c8fcaefa412bf5 (diff) | |
download | 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.xml | 5 |
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> |