From 98291b5ed212923f49090f406fb6bcf92ceed550 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sun, 1 Apr 2012 13:42:14 -0400 Subject: Fix typo in user manual: "incarantion" -> "incarnation" (Bitbake rev: dd15a92a0932d3e177c0ca7b2923da1d72046e51) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- bitbake/doc/manual/usermanual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/doc') 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 FILE variable.
Variants Two BitBake features exist to facilitate the creation of multiple buildable incarnations from a single recipe file. - The first is BBCLASSEXTEND. This variable is a space separated list of classes used to "extend" the recipe for each variant. As an example, setting BBCLASSEXTEND = "native" results in a second incarnation of the current recipe being available. This second incarantion will have the "native" class inherited. + The first is BBCLASSEXTEND. This variable is a space separated list of classes used to "extend" the recipe for each variant. As an example, setting BBCLASSEXTEND = "native" results in a second incarnation of the current recipe being available. This second incarnation will have the "native" class inherited. The second feature is BBVERSIONS. 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 OVERRIDES mechanism) for a single version, or an optionally named range of versions: BBVERSIONS = "1.0 2.0 git" SRC_URI_git = "git://someurl/somepath.git" -- cgit v1.2.3-54-g00ecf