From 7bfbd546173a134afbe8691871e7c16916a10cdc 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: 037bfb5e9867a39a8feb0ef4c4f0feb8e450543d) 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