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>
This commit is contained in:
Scott Rifenbark 2013-04-15 15:25:19 -07:00 committed by Richard Purdie
parent 94d1ab3dc9
commit d333a90347
1 changed files with 4 additions and 7 deletions

View File

@ -1235,16 +1235,13 @@
and <filename>cxpm</filename> binaries in separate packages.
Since <filename>bindir</filename> would be packaged into the main
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename>
package by default, we prepend the
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGES'>PACKAGES</ulink>
</filename> variable so additional package names are added to the start of list.
This results in the extra
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'>FILES</ulink>_*</filename>
package by default, we prepend the <filename>PACKAGES</filename>
variable so additional package names are added to the start of list.
This results in the extra <filename>FILES_*</filename>
variables then containing information that define which files and
directories go into which packages.
Files included by earlier packages are skipped by latter packages.
Thus, the main
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename> package
Thus, the main <filename>PN</filename> package
does not include the above listed files.
</para>
</section>