mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
daf8183b0f
commit
7dd70a879d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user