diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:49:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:49:50 +0000 |
| commit | 3097ab0f62233dc336dfe611fef4b8b633355190 (patch) | |
| tree | 8173abc003c9703cf625d4e100f57d3d5141177d /openembedded/conf/documentation.conf | |
| parent | b77fcc05cacdf70819cc226d53156a9e70e84e04 (diff) | |
| download | poky-3097ab0f62233dc336dfe611fef4b8b633355190.tar.gz | |
Sync conf and classes with OE - changes have been tested and don't affect poky
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@446 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/documentation.conf')
| -rw-r--r-- | openembedded/conf/documentation.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/openembedded/conf/documentation.conf b/openembedded/conf/documentation.conf index 20bcc53f5f..c07c8fa68b 100644 --- a/openembedded/conf/documentation.conf +++ b/openembedded/conf/documentation.conf | |||
| @@ -38,6 +38,8 @@ PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If y | |||
| 38 | machine dependant configuration options in your bitbake file add a \ | 38 | machine dependant configuration options in your bitbake file add a \ |
| 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.' | 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.' |
| 40 | 40 | ||
| 41 | IPKG_ARCHS[doc] = 'A list of architectures compatible with the given target in order of priority' | ||
| 42 | IPKG_EXTRA_ARCHS[doc] = 'Set this variable to add extra architectures to the list of supported architectures' | ||
| 41 | 43 | ||
| 42 | DATE[doc] = "The date the build was started Ymd" | 44 | DATE[doc] = "The date the build was started Ymd" |
| 43 | TIME[doc] = "The time the build was started HMS" | 45 | TIME[doc] = "The time the build was started HMS" |
| @@ -63,8 +65,9 @@ HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net." | |||
| 63 | GROUP_dependencies[doc] = "The keys in this group influence the dependency handling of BitBake \ | 65 | GROUP_dependencies[doc] = "The keys in this group influence the dependency handling of BitBake \ |
| 64 | and the resulting packages." | 66 | and the resulting packages." |
| 65 | DEPENDS[doc] = "Build time dependencies, things needed to build the package. @group dependencies" | 67 | DEPENDS[doc] = "Build time dependencies, things needed to build the package. @group dependencies" |
| 66 | RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. @group dependencies" | 68 | RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. This is used to populate the ipkg:Depends field. @group dependencies" |
| 67 | PROVIDES[doc] = "Names for additional dependencies that this package will provide. @group dependencies" | 69 | PROVIDES[doc] = "Names for additional build time dependencies that this package will provide. @group dependencies" |
| 70 | RPROVIDES[doc] = "Names for additional run time dependencies that this package will provide. This is used to populate the ipkg:Provides field. @group dependencies" | ||
| 68 | 71 | ||
| 69 | 72 | ||
| 70 | # packaging | 73 | # packaging |
| @@ -98,4 +101,4 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the | |||
| 98 | PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread" | 101 | PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread" |
| 99 | 102 | ||
| 100 | COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names supported by the package/file. Failure to match will cause the file to be skipped by the parser." | 103 | COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names supported by the package/file. Failure to match will cause the file to be skipped by the parser." |
| 101 | COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser." \ No newline at end of file | 104 | COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser." |
