From ace0b23d0a3d52a3fcb626a58e238a8a8f507429 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Nov 2013 09:11:32 -0800 Subject: [PATCH] ref-manual: Added ROOTFS, NOHDD, and NOISO variable descriptions. (From yocto-docs rev: a8cf267cf94d9e144c1b12ca6e7fa4208377fe7c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 404d657128..b8e7c9f426 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3723,6 +3723,35 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + + NOHDD + + + Causes the OpenEmbedded build system to skip building the + .hddimg image. + The NOHDD variable is used with the + buildimg + class. + Set the variable to "1" to prevent the + .hddimg image from being built. + + + + + NOISO + + + Causes the OpenEmbedded build system to skip building the + ISO image. + The NOISO variable is used with the + buildimg + class. + Set the variable to "1" to prevent the ISO image from + being built. + + + + O @@ -4779,6 +4808,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + ROOTFS + + + Indicates a filesystem image to include as the root + filesystem. + + + + The ROOTFS variable is an optional + variable used with the + buildimg + class. + + + + ROOTFS_POSTPROCESS_COMMAND