summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-20 06:19:15 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:44 +0000
commit97cfb8c453aedf1d9c1e645a63b3243bb5d4ec48 (patch)
tree3878d10659f97099bb2888fbc702ceb0f1827c70
parent52a45081807115ef6920d4b77ecf695c83a21caf (diff)
downloadpoky-97cfb8c453aedf1d9c1e645a63b3243bb5d4ec48.tar.gz
dev-manual: Added new summary parameter to do_split_packages list.
Fixes [YOCTO #5406] In the "Making Sure the Packaging is Done" section, I added the Summary parameter the laundry list of parameters for the do_split_packages list in the section. Paul Eggleton reviewed the change and approved it. (From yocto-docs rev: 4c4f60ee611921d9f0f835a081b449565382ab90) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c87212efa8..805badaa07 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4623,6 +4623,9 @@
4623 allow_links 4623 allow_links
4624 True to allow symlinks to be matched - default 4624 True to allow symlinks to be matched - default
4625 False 4625 False
4626 summary
4627 Summary to set for each package. Must include %s;
4628 defaults to description if not set.
4626 </literallayout> 4629 </literallayout>
4627 </para> 4630 </para>
4628 </section> 4631 </section>