From 0d9959a27324e85abc5412edb89e2ddcbbbff95b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 9 Jan 2014 10:12:49 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') 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 @@ The do_package 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 do_package task ensures that files are split up and packaged correctly. - 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 ${WORKDIR}/packages-split -- cgit v1.2.3-54-g00ecf