summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-26 09:11:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:25 +0000
commitace0b23d0a3d52a3fcb626a58e238a8a8f507429 (patch)
tree21b394a2706e51481408e5bcd585c75241a99074 /documentation
parent2e4a20df33a4063f751ae85255af1b262b097d51 (diff)
downloadpoky-ace0b23d0a3d52a3fcb626a58e238a8a8f507429.tar.gz
ref-manual: Added ROOTFS, NOHDD, and NOISO variable descriptions.
(From yocto-docs rev: a8cf267cf94d9e144c1b12ca6e7fa4208377fe7c) 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.xml45
1 files changed, 45 insertions, 0 deletions
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"
3723 </para> 3723 </para>
3724 </glossdef> 3724 </glossdef>
3725 </glossentry> 3725 </glossentry>
3726
3727 <glossentry id='var-NOHDD'><glossterm>NOHDD</glossterm>
3728 <glossdef>
3729 <para>
3730 Causes the OpenEmbedded build system to skip building the
3731 <filename>.hddimg</filename> image.
3732 The <filename>NOHDD</filename> variable is used with the
3733 <link linkend='ref-classes-buildimg'><filename>buildimg</filename></link>
3734 class.
3735 Set the variable to "1" to prevent the
3736 <filename>.hddimg</filename> image from being built.
3737 </para>
3738 </glossdef>
3739 </glossentry>
3740
3741 <glossentry id='var-NOISO'><glossterm>NOISO</glossterm>
3742 <glossdef>
3743 <para>
3744 Causes the OpenEmbedded build system to skip building the
3745 ISO image.
3746 The <filename>NOISO</filename> variable is used with the
3747 <link linkend='ref-classes-buildimg'><filename>buildimg</filename></link>
3748 class.
3749 Set the variable to "1" to prevent the ISO image from
3750 being built.
3751 </para>
3752 </glossdef>
3753 </glossentry>
3754
3726 </glossdiv> 3755 </glossdiv>
3727 3756
3728 <glossdiv id='var-glossary-o'><title>O</title> 3757 <glossdiv id='var-glossary-o'><title>O</title>
@@ -4779,6 +4808,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4779 </glossdef> 4808 </glossdef>
4780 </glossentry> 4809 </glossentry>
4781 4810
4811 <glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm>
4812 <glossdef>
4813 <para>
4814 Indicates a filesystem image to include as the root
4815 filesystem.
4816 </para>
4817
4818 <para>
4819 The <filename>ROOTFS</filename> variable is an optional
4820 variable used with the
4821 <link linkend='ref-classes-buildimg'><filename>buildimg</filename></link>
4822 class.
4823 </para>
4824 </glossdef>
4825 </glossentry>
4826
4782 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND</glossterm> 4827 <glossentry id='var-ROOTFS_POSTPROCESS_COMMAND'><glossterm>ROOTFS_POSTPROCESS_COMMAND</glossterm>
4783 <glossdef> 4828 <glossdef>
4784 <para> 4829 <para>