diff options
-rw-r--r-- | conf/documentation.conf | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index ad67fd8225..f10b05896d 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -42,26 +42,27 @@ DATETIME[doc] = "The date and time the build was started at" PN[doc] = "PN holds the name of the package (Package Name). It is gathered from the bitbake-file filename" PV[doc] = "PV holds the version of the package (Package Version). The default value is 1.0, it is \ retrieved from the bitbake-file filename." -PR[doc] = "PR is the release of the package (Package Release). By default it is set to r0" -PF[doc] = "FIXME" -P[doc] = "FIXME" +PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0" +PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)" +P[doc] = "Package name - Package version (PN-PF)" SECTION[doc] = "Section of the packages e.g. console/networking" -PRIORITY[doc] = "FIXME" +PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'" DESCRIPTION[doc] = "A small description of the package" LICENSE[doc] = "The license of the resulting package e.g. GPL" -MAINTAINER[doc] = "Maintainer of the .bb and resulting package" +AUTHOR[doc] = "The author of the stuff contained in the package" +MAINTAINER[doc] = "Maintainer of the .bb and the resulting package" HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net" DEPENDS[doc] = "Build time dependencies, things needed to build the package" -RDEPENDS[doc] = "FIXME" -PROVIDES[doc] = "FIXME" +RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run" +PROVIDES[doc] = "Names for additional dependencies that this package will provide" -PACKAGES[doc] = "FIXME" -FILES[doc] = "FIXME" +PACKAGES[doc] = "Names of packages to be generated" +FILES[doc] = "Files/Directories belonging to the package" @@ -72,4 +73,4 @@ CVSDIR[doc] = "The directory where cvs checkouts will be stored in." STAMP[doc] = "The directory that holds files to keep track of what was built" WORKDIR[doc] = "The directory where a concrete package will be unpacked and built" -T[doc] = "Tempory directory within the WORKDIR" +T[doc] = "Temporary directory within the WORKDIR" |