aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-16 17:02:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:50 +0100
commit7dd70a879d67f2cd64d5dd12e54807ea18bf0e22 (patch)
treef5f1b0179912b3a4dd364b827883ad62535f57f8 /documentation
parentdaf8183b0fb32f9c34a9e3f4aaded244a50c8229 (diff)
downloadopenembedded-core-contrib-7dd70a879d67f2cd64d5dd12e54807ea18bf0e22.tar.gz
ref-manual: Corrected wrong class name.
Paul reported that "buildimg" was being used as the class name where it should have been "bootimg". Not quite sure how this slipped through but it has been fixed now. There were five occurrences. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: fdd6a6725bd22e4272a99a3da179cd69c4a221a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 73bb091be5..3bd7f9ddd7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3931,7 +3931,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para>
The <filename>INITRD</filename> variable is an optional
variable used with the
- <link linkend='ref-classes-bootimg'><filename>buildimg</filename></link>
+ <link linkend='ref-classes-bootimg'><filename>bootimg</filename></link>
class.
</para>
</glossdef>
@@ -5284,7 +5284,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Causes the OpenEmbedded build system to skip building the
<filename>.hddimg</filename> image.
The <filename>NOHDD</filename> variable is used with the
- <link linkend='ref-classes-bootimg'><filename>buildimg</filename></link>
+ <link linkend='ref-classes-bootimg'><filename>bootimg</filename></link>
class.
Set the variable to "1" to prevent the
<filename>.hddimg</filename> image from being built.
@@ -5298,7 +5298,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Causes the OpenEmbedded build system to skip building the
ISO image.
The <filename>NOISO</filename> variable is used with the
- <link linkend='ref-classes-bootimg'><filename>buildimg</filename></link>
+ <link linkend='ref-classes-bootimg'><filename>bootimg</filename></link>
class.
Set the variable to "1" to prevent the ISO image from
being built.
@@ -6750,7 +6750,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para>
The <filename>ROOTFS</filename> variable is an optional
variable used with the
- <link linkend='ref-classes-bootimg'><filename>buildimg</filename></link>
+ <link linkend='ref-classes-bootimg'><filename>bootimg</filename></link>
class.
</para>
</glossdef>