diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-10 12:31:21 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-09 18:59:01 -0700 |
commit | 3940d59e64586962c197718f8b4e6e9da4acc7ea (patch) | |
tree | 758b0e8ff1d658a7547603581aae359364fbdf83 /bitbake | |
parent | 233d644e5a752cf499f8b74d2e60785d4edd24cf (diff) | |
download | poky-3940d59e64586962c197718f8b4e6e9da4acc7ea.tar.gz |
bitbake: user-manual-ref-variables.xml: Added BBVERSIONS variable.
(Bitbake rev: 0ee8e8db8475903754d519c5e6d7ec8e52ba9c85)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/user-manual/user-manual-ref-variables.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml index bda9fe5629..c6107af492 100644 --- a/bitbake/doc/user-manual/user-manual-ref-variables.xml +++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml | |||
@@ -1053,6 +1053,27 @@ | |||
1053 | </glossdef> | 1053 | </glossdef> |
1054 | </glossentry> | 1054 | </glossentry> |
1055 | 1055 | ||
1056 | <glossentry id='var-BBVERSIONS'><glossterm>BBVERSIONS</glossterm> | ||
1057 | <glossdef> | ||
1058 | <para> | ||
1059 | Allows a single recipe to build multiple versions of a | ||
1060 | project from a single recipe file. | ||
1061 | You also able to specify conditional metadata | ||
1062 | using the | ||
1063 | <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link> | ||
1064 | mechanism for a single version or for an optionally named | ||
1065 | range of versions. | ||
1066 | </para> | ||
1067 | |||
1068 | <para> | ||
1069 | For more information on <filename>BBVERSIONS</filename>, | ||
1070 | see the | ||
1071 | "<link linkend='variants-class-extension-mechanism'>Variants - Class Extension Mechanism</link>" | ||
1072 | section. | ||
1073 | </para> | ||
1074 | </glossdef> | ||
1075 | </glossentry> | ||
1076 | |||
1056 | <glossentry id='var-BITBAKE_UI'><glossterm>BITBAKE_UI</glossterm> | 1077 | <glossentry id='var-BITBAKE_UI'><glossterm>BITBAKE_UI</glossterm> |
1057 | <glossdef> | 1078 | <glossdef> |
1058 | <para> | 1079 | <para> |