diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-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> |