summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 075ab6a332..845559a5e7 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -212,6 +212,8 @@ IMAGE_BOOT_FILES[doc] = "Whitespace separated list of files from ${DEPLOY_DIR_IM
212IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." 212IMAGE_CLASSES[doc] = "A list of classes that all images should inherit."
213IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." 213IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe."
214IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." 214IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created."
215IMAGE_FSTYPES_DEBUGFS[doc] = "Formats of the debug root filesystem images that you want to have created."
216IMAGE_GEN_DEBUGFS[doc] = "When set to '1', generate a companion debug object/source filesystem image."
215IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass." 217IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass."
216IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." 218IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process."
217IMAGE_NAME[doc] = "The name of the output image files minus the extension." 219IMAGE_NAME[doc] = "The name of the output image files minus the extension."