1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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