summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/documentation.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-23 22:30:35 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-23 22:30:35 +0000
commitb3f42b759915ee078b192c43b37a86a219d15ebf (patch)
tree4378dddb69c532781870fc683f24a498e7fb52d3 /openembedded/conf/documentation.conf
parentf7f54600f1ce3763705c6c6337bea052f77c5e33 (diff)
downloadpoky-b3f42b759915ee078b192c43b37a86a219d15ebf.tar.gz
Sync conf files with OE - includes adding zaurusd to images and fixing PCMCIA_MANAGER handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@327 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/documentation.conf')
-rw-r--r--openembedded/conf/documentation.conf99
1 files changed, 58 insertions, 41 deletions
diff --git a/openembedded/conf/documentation.conf b/openembedded/conf/documentation.conf
index 19aaf2dd48..320361398e 100644
--- a/openembedded/conf/documentation.conf
+++ b/openembedded/conf/documentation.conf
@@ -1,38 +1,42 @@
1# this file holds documentation for known keys, possible values and their meaning 1# this file holds documentation for known keys, possible values and
2# feel free to send updates and corrections to oe@handhelds.org 2# their meaning. Please update, correct and extend this documentation.
3# Mail your changes to oe@handhelds.org
3 4
4# conf/bitbake.conf 5# conf/bitbake.conf
5PREFERRED_VERSION[doc] = "Normally use it as PREFERRED_VERSION_package-name = \"\" to set the preferred \ 6PREFERRED_VERSION[doc] = 'Normally use it as PREFERRED_VERSION_package-name = "" to set the preferred \
6version of more than one version for the package-name is available." 7version of more than one version for the package-name is available.'
7 8
8BUILD_ARCH[doc] = "The name of the building architecture. For example i686" 9BUILD_ARCH[doc] = "The name of the building architecture. E.g. i686."
9BUILD_OS[doc] = "The operating system (in lower case) of the building architecture. For example \ 10BUILD_OS[doc] = "The operating system (in lower case) of the building architecture. E.g \
10linux" 11linux."
11BUILD_VENDOR[doc] = "FIXME" 12BUILD_VENDOR[doc] = "FIXME"
12BUILD_SYS[doc] = "FIXME" 13BUILD_SYS[doc] = "FIXME"
13BUILD_PREFIX[doc] = "FIXME" 14BUILD_PREFIX[doc] = "FIXME"
14BUILD_CC_ARCH[doc] = "FIXME" 15BUILD_CC_ARCH[doc] = "FIXME"
15 16
16HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH @see TARGET_ARCH @group base" 17HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH. @see TARGET_ARCH @group base"
17HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS \ 18HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS. \
18@see TARGET_OS @group base" 19@see TARGET_OS @group base"
19HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR @see TARGET_VENDOR" 20HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR. @see TARGET_VENDOR"
20HOST_SYS[doc] = "FIXME" 21HOST_SYS[doc] = "FIXME"
21HOST_PREFIX[doc] = "Normally same as the TARGET_PREFIX @see TARGET_PREFIX @group base" 22HOST_PREFIX[doc] = "Normally same as the TARGET_PREFIX. @see TARGET_PREFIX @group base"
22HOST_CC_ARCH[doc] = "Normally same as the TARGET_CC_ARCH @see TARGET_CC_ARCH @group base" 23HOST_CC_ARCH[doc] = "Normally same as the TARGET_CC_ARCH. @see TARGET_CC_ARCH @group base"
23 24HOST_NONSYSV[doc] = 'This flag can be set to "1" if the host system is not SysV compatible. E.g.\
24TARGET_ARCH[doc] = "Build for which architecture. Examples are arm, i686, sh3, mips, powerpc" 25fakeroot-native will be build with tcp as IPC implementation.'
25TARGET_OS[doc] = "Build for which Operating System. Currently possible values are \ 26
26linux and linux-uclibc. When using linux-uclibc you might want to set USE_NLS_gcc-cross to \"no\"." 27TARGET_ARCH[doc] = "Build for which architecture. Examples are arm, i686, sh3, mips, powerpc."
28TARGET_OS[doc] = 'Build for which Operating System. Currently possible values are \
29linux and linux-uclibc. When using linux-uclibc you might want to set USE_NLS_gcc-cross to "no".'
27TARGET_VENDOR[doc] = "FIXME" 30TARGET_VENDOR[doc] = "FIXME"
28TARGET_SYS[doc] = "The target system is composed out of TARGET_ARCH,TARGET_VENDOR and TARGET_OS" 31TARGET_SYS[doc] = "The target system is composed out of TARGET_ARCH,TARGET_VENDOR and TARGET_OS."
29TARGET_PREFIX[doc] = "The prefix for the cross compile toolchain. For example arm-linux-" 32TARGET_PREFIX[doc] = "The prefix for the cross compile toolchain. E.g arm-linux- ."
30TARGET_CC_ARCH[doc] = "FIXME" 33TARGET_CC_ARCH[doc] = "FIXME"
31TARGET_FPU[doc] = "Floating point option (mostly for FPU-less systems), can be 'soft' or empty" 34TARGET_FPU[doc] = "Floating point option (mostly for FPU-less systems), can be 'soft' or empty \
35for hardware floating point instructions."
32 36
33PACKAGE_ARCH[doc] = "The architecture needed for using a resulting package. If you have \ 37PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If you have \
34machine dependant configuration options in your bitbake file add a \ 38machine dependant configuration options in your bitbake file add a \
35PACKAGE_ARCH = \"${MACHINE_ARCH}\" to the file" 39PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.'
36 40
37 41
38DATE[doc] = "The date the build was started Ymd" 42DATE[doc] = "The date the build was started Ymd"
@@ -41,35 +45,48 @@ DATETIME[doc] = "The date and time the build was started at"
41 45
42PN[doc] = "PN holds the name of the package (Package Name). It is gathered from the bitbake-file filename" 46PN[doc] = "PN holds the name of the package (Package Name). It is gathered from the bitbake-file filename"
43PV[doc] = "PV holds the version of the package (Package Version). The default value is 1.0, it is \ 47PV[doc] = "PV holds the version of the package (Package Version). The default value is 1.0, it is \
44retrieved from the bitbake-file filename." 48retrieved from the bitbake-file filename but can be changed."
45PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0" 49PR[doc] = "PR is the revision of the package (Package Revision). By default it is set to r0."
46PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)" 50PF[doc] = "Package name - Package version - Package revision (PN-PV-PR)"
47P[doc] = "Package name - Package version (PN-PF)" 51P[doc] = "Package name - Package version (PN-PF)"
48S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from here" 52S[doc] = "Directory that holds the sources to build, WORKDIR/PN-PV by default. The 'make' or equivalent command is run from this directory."
49SECTION[doc] = "Section of the packages e.g. console/networking" 53SECTION[doc] = "Section of the packages e.g. console/networking"
50PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'" 54PRIORITY[doc] = "Importance of package, default values are 'optional' or 'needed'."
51DESCRIPTION[doc] = "A small description of the package" 55DESCRIPTION[doc] = "A small description of the package."
52LICENSE[doc] = "The license of the resulting package e.g. GPL" 56LICENSE[doc] = "The license of the resulting package e.g. GPL"
53AUTHOR[doc] = "The author of the stuff contained in the package" 57AUTHOR[doc] = "The author of the files installed."
54MAINTAINER[doc] = "Maintainer of the .bb and the resulting package" 58MAINTAINER[doc] = "Maintainer of the .bb file and the resulting package."
55HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net" 59HOMEPAGE[doc] = "Homepage of the package e.g. http://www.project.net."
60
61
62# dependencies
63GROUP_dependencies[doc] = "The keys in this group influence the dependency handling of BitBake \
64and the resulting packages."
65DEPENDS[doc] = "Build time dependencies, things needed to build the package. @group dependencies"
66RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run. @group dependencies"
67PROVIDES[doc] = "Names for additional dependencies that this package will provide. @group dependencies"
68
56 69
70# packaging
71GROUP_packaging[doc] = "The keys in this group influence the package building process. They influence \
72which packages will be generated and which files will be present in the generated packages."
73PACKAGES[doc] = "Names of packages to be generated. @group packaging"
74FILES[doc] = "Files/Directories belonging to the package. @group packaging"
57 75
58DEPENDS[doc] = "Build time dependencies, things needed to build the package"
59RDEPENDS[doc] = "Run time dependencies, things needed for a given package to run"
60PROVIDES[doc] = "Names for additional dependencies that this package will provide"
61 76
62 77
63PACKAGES[doc] = "Names of packages to be generated" 78TMPDIR[doc] = "The temporary directory of openembedded holding work-, deploy, staging- and other directories."
64FILES[doc] = "Files/Directories belonging to the package" 79CACHE[doc] = "The directory holding the cache of the metadata."
65 80
81GROUP_fetcher[doc] = "The key highly influence the fetcher implementations."
82DL_DIR[doc] = "The directory where tarballs will be stored. @group fetcher"
83CVSDIR[doc] = "The directory where cvs checkouts will be stored in. @group fetcher"
84GITDIR[doc] = "The directory where git clones will be stored. @group fetcher"
66 85
86STAMP[doc] = "The directory that holds files to keep track of what was built."
87WORKDIR[doc] = "The directory where a concrete package will be unpacked and built."
88T[doc] = "Temporary directory within the WORKDIR."
67 89
68TMPDIR[doc] = "The temporary directory of openembedded holding work-, deploy, staging- and some more dirs" 90GROUP_locale[doc] = "Locale generation of the GNU libc implementation"
69CACHE[doc] = "The directory holding the parsing cache." 91ENABLE_BINARY_LOCALE_GENERATION[doc] = "Enable the use of qemu to generate locale information during build time on the host instead of runtime on the target. If you have trouble with qemu-native you should make this an empty var. @group locale"
70DL_DIR[doc] = "The directory where tarballs will be downloaded."
71CVSDIR[doc] = "The directory where cvs checkouts will be stored in."
72 92
73STAMP[doc] = "The directory that holds files to keep track of what was built"
74WORKDIR[doc] = "The directory where a concrete package will be unpacked and built"
75T[doc] = "Temporary directory within the WORKDIR"