diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-06 16:46:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 15:05:08 +0000 |
commit | 3384659adfd2bc620d76d14f4ea05d3c3a8db804 (patch) | |
tree | a6848fa8b75c213f12d84bdf6975998e9ee5fe7c /meta/conf | |
parent | cd1195b6fede2005506600bd431a66d4c454d4b9 (diff) | |
download | poky-3384659adfd2bc620d76d14f4ea05d3c3a8db804.tar.gz |
documentation.conf: drop obsolete variables
These haven't been used for some time (and DESTDIR was never a BitBake
variable at all).
(From OE-Core rev: a78f6b1454598e74bdd229b0a26bbdcdfa991aa2)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 617fd2a781..e709c6816b 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -115,7 +115,6 @@ DEBUG_OPTIMIZATION[doc] = "The options to pass in TARGET_CFLAGS and CFLAGS when | |||
115 | DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." | 115 | DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." |
116 | DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." | 116 | DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." |
117 | DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." | 117 | DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." |
118 | DESTDIR[doc] = "The destination directory." | ||
119 | DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." | 118 | DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." |
120 | DISTRO_EXTRA_RDEPENDS[doc] = "Specifies a list of distro-specific packages to add to all images. The variable only applies to the images that include packagegroup-base." | 119 | DISTRO_EXTRA_RDEPENDS[doc] = "Specifies a list of distro-specific packages to add to all images. The variable only applies to the images that include packagegroup-base." |
121 | DISTRO_EXTRA_RRECOMMENDS[doc] = "Specifies a list of distro-specific packages to add to all images if the packages exist. The list of packages are automatically installed but you can remove them." | 120 | DISTRO_EXTRA_RRECOMMENDS[doc] = "Specifies a list of distro-specific packages to add to all images if the packages exist. The list of packages are automatically installed but you can remove them." |
@@ -150,17 +149,12 @@ FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when co | |||
150 | #G | 149 | #G |
151 | 150 | ||
152 | GITDIR[doc] = "The directory where Git clones will be stored." | 151 | GITDIR[doc] = "The directory where Git clones will be stored." |
153 | GROUP_dependencies[doc] = "The keys in this group influence the dependency handling of BitBake and the resulting packages." | ||
154 | GROUP_fetcher[doc] = "This key highly influences the fetcher implementations." | ||
155 | GROUP_locale[doc] = "Locale generation of the GNU libc implementation." | ||
156 | GROUP_packaging[doc] = "The keys in this group influence the package building process. Specifically, they influence what packages will be generated and what files will be present in the generated packages." | ||
157 | 152 | ||
158 | #H | 153 | #H |
159 | 154 | ||
160 | HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." | 155 | HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." |
161 | HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH." | 156 | HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH." |
162 | HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." | 157 | HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." |
163 | HOST_NONSYSV[doc] = "Set to '1' if the host system is not SysV compatible (e.g. fakeroot-native will be build with tcp as IPC implementation)." | ||
164 | HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." | 158 | HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." |
165 | HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." | 159 | HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." |
166 | HOST_SYS[doc] = "Specifies the system, including the architecture and the operating system, for with the build is occurring in the context of the current recipe." | 160 | HOST_SYS[doc] = "Specifies the system, including the architecture and the operating system, for with the build is occurring in the context of the current recipe." |
@@ -251,7 +245,6 @@ PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed. | |||
251 | PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." | 245 | PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." |
252 | PACKAGES[doc] = "The list of packages to be created from the recipe." | 246 | PACKAGES[doc] = "The list of packages to be created from the recipe." |
253 | PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." | 247 | PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." |
254 | PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to 'yes', if you want to build QT applications with CONFIG+=thread." | ||
255 | PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run." | 248 | PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run." |
256 | PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." | 249 | PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." |
257 | PE[doc] = "The epoch of the recipe. The default value is '0'. The field is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way." | 250 | PE[doc] = "The epoch of the recipe. The default value is '0'. The field is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way." |