summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 15:25:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:29 +0100
commitf4539525f592f7f70609b38fc485efb35bdbf302 (patch)
tree2211276c36c6fb1c6e46151f807d758a15c81535 /documentation/dev-manual
parent47e01e3e25c9beae08ce9aae8016bd0291b2f97c (diff)
downloadpoky-f4539525f592f7f70609b38fc485efb35bdbf302.tar.gz
dev-manual: Edits to "Splitting an Application into Multiple Packages" section.
(From yocto-docs rev: 7c3301634291181798a57d869e84ef6dd7355064) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f8ddbde1c9..47ccb20f5b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1235,16 +1235,13 @@
1235 and <filename>cxpm</filename> binaries in separate packages. 1235 and <filename>cxpm</filename> binaries in separate packages.
1236 Since <filename>bindir</filename> would be packaged into the main 1236 Since <filename>bindir</filename> would be packaged into the main
1237 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename> 1237 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename>
1238 package by default, we prepend the 1238 package by default, we prepend the <filename>PACKAGES</filename>
1239 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGES'>PACKAGES</ulink> 1239 variable so additional package names are added to the start of list.
1240 </filename> variable so additional package names are added to the start of list. 1240 This results in the extra <filename>FILES_*</filename>
1241 This results in the extra
1242 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'>FILES</ulink>_*</filename>
1243 variables then containing information that define which files and 1241 variables then containing information that define which files and
1244 directories go into which packages. 1242 directories go into which packages.
1245 Files included by earlier packages are skipped by latter packages. 1243 Files included by earlier packages are skipped by latter packages.
1246 Thus, the main 1244 Thus, the main <filename>PN</filename> package
1247 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename> package
1248 does not include the above listed files. 1245 does not include the above listed files.
1249 </para> 1246 </para>
1250 </section> 1247 </section>