diff options
Diffstat (limited to 'meta/conf/documentation.conf')
| -rw-r--r-- | meta/conf/documentation.conf | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 0f75b2aa1..004a16c6a 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -34,13 +34,22 @@ TARGET_CC_ARCH[doc] = "FIXME" TARGET_FPU[doc] = "Floating point option (mostly for FPU-less systems), can be 'soft' or empty \ for hardware floating point instructions." +TUNEVALID[doc] = "Descriptions of valid tuning features, stored as flags." +TUNECONFLICTS[doc] = "List of conflicting features for a given feature." +TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given \ +toolchain layer. This feature allows providers using prebuilt \ +libraries to check compatibility of a tuning against their selection \ +of libraries." +TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values; if unset, all are allowed." +TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." + ASSUME_PROVIDED[doc] = "List of packages (recipes actually) which are assumed to be implicitly available.\ These packages won't be built by bitbake." ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED,\ for which automatic shlib dependency tracking doesn't work." PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If you have \ -machine dependant configuration options in your bitbake file add a \ +machine-dependent configuration options in your bitbake file add a \ PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.' PACKAGE_ARCHS[doc] = 'A list of architectures compatible with the given target in order of priority' @@ -59,7 +68,8 @@ P[doc] = "Package name - Package version (PN-PF)" S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory." SECTION[doc] = "Section of the packages e.g. console/networking" PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'." -DESCRIPTION[doc] = "A small description of the package." +DESCRIPTION[doc] = "An extended description of the package which can span mutliple lines. Paragraphs should be delimited by '\n'." +SUMMARY[doc] = "A short synopsis of package which should be a maximum of 80 characters in size" LICENSE[doc] = "The license of the resulting package e.g. GPL" AUTHOR[doc] = "The author of the files installed." MAINTAINER[doc] = "Distributions can put this in their .conf file to add their contact information into packages, this is not valid inside recipes" |
