diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 45 |
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> |