summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/documentation.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 295fefb80e..2dcf85f767 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -222,6 +222,7 @@ IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by t
222IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." 222IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image."
223IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." 223IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)."
224IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." 224IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'."
225IMAGE_ROOTFS_MAXSIZE[doc] = "Defines the maximum size in Kbytes for the generated image."
225IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." 226IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
226IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." 227IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
227INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." 228INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."