diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-04-01 13:42:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-06 01:12:42 +0100 |
commit | 98291b5ed212923f49090f406fb6bcf92ceed550 (patch) | |
tree | db24d2019d23fdcc428521ae613edd65380af743 /bitbake/doc | |
parent | cb63e37c8fa153308160e5c8bcdd6bb80e9c5a2a (diff) | |
download | poky-98291b5ed212923f49090f406fb6bcf92ceed550.tar.gz |
Fix typo in user manual: "incarantion" -> "incarnation"
(Bitbake rev: dd15a92a0932d3e177c0ca7b2923da1d72046e51)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/manual/usermanual.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index a6777892ef..f894dfc167 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml | |||
@@ -251,7 +251,7 @@ of the event and the content of the <varname>FILE</varname> variable.</para> | |||
251 | <section> | 251 | <section> |
252 | <title>Variants</title> | 252 | <title>Variants</title> |
253 | <para>Two BitBake features exist to facilitate the creation of multiple buildable incarnations from a single recipe file.</para> | 253 | <para>Two BitBake features exist to facilitate the creation of multiple buildable incarnations from a single recipe file.</para> |
254 | <para>The first is <varname>BBCLASSEXTEND</varname>. This variable is a space separated list of classes used to "extend" the recipe for each variant. As an example, setting <screen>BBCLASSEXTEND = "native"</screen> results in a second incarnation of the current recipe being available. This second incarantion will have the "native" class inherited.</para> | 254 | <para>The first is <varname>BBCLASSEXTEND</varname>. This variable is a space separated list of classes used to "extend" the recipe for each variant. As an example, setting <screen>BBCLASSEXTEND = "native"</screen> results in a second incarnation of the current recipe being available. This second incarnation will have the "native" class inherited.</para> |
255 | <para>The second feature is <varname>BBVERSIONS</varname>. This variable allows a single recipe to build multiple versions of a project from a single recipe file, and allows you to specify conditional metadata (using the <varname>OVERRIDES</varname> mechanism) for a single version, or an optionally named range of versions:</para> | 255 | <para>The second feature is <varname>BBVERSIONS</varname>. This variable allows a single recipe to build multiple versions of a project from a single recipe file, and allows you to specify conditional metadata (using the <varname>OVERRIDES</varname> mechanism) for a single version, or an optionally named range of versions:</para> |
256 | <para><screen>BBVERSIONS = "1.0 2.0 git" | 256 | <para><screen>BBVERSIONS = "1.0 2.0 git" |
257 | SRC_URI_git = "git://someurl/somepath.git"</screen></para> | 257 | SRC_URI_git = "git://someurl/somepath.git"</screen></para> |