From 7dd70a879d67f2cd64d5dd12e54807ea18bf0e22 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Jun 2014 17:02:09 +0300 Subject: 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 (From yocto-docs rev: fdd6a6725bd22e4272a99a3da179cd69c4a221a1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') 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" The INITRD variable is an optional variable used with the - buildimg + bootimg class. @@ -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 .hddimg image. The NOHDD variable is used with the - buildimg + bootimg class. Set the variable to "1" to prevent the .hddimg 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 NOISO variable is used with the - buildimg + bootimg 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" The ROOTFS variable is an optional variable used with the - buildimg + bootimg class. -- cgit v1.2.3-54-g00ecf