diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 15:25:19 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:14 +0100 |
| commit | d333a9034752edca559afe4a624203bf787e427c (patch) | |
| tree | 55e47b85e7b7d3b767056b68248362ab33ace73f | |
| parent | 94d1ab3dc9ae3c8e8a82be6376b78b71876e89b9 (diff) | |
| download | poky-d333a9034752edca559afe4a624203bf787e427c.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>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
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> |
