diff options
author | Weisser, Pascal.ext <Pascal.Weisser.ext@karlstorz.com> | 2025-02-06 13:49:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-10 13:03:57 +0000 |
commit | 5a2a26392907cf1b1681789c5e85399ca0243dcd (patch) | |
tree | d189d767be88a17862abc02b692f81b8566ea817 /meta/conf | |
parent | 39cbbd1a87666f0535528f4daf03f1704f9eda49 (diff) | |
download | poky-5a2a26392907cf1b1681789c5e85399ca0243dcd.tar.gz |
documentation.conf: Add description for IMAGE_ROOTFS_MAXSIZE variable
(From OE-Core rev: 8c4281b66ad87f8f951314252eb6ab8fc711212b)
Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 1 |
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 | |||
222 | IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." | 222 | IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." |
223 | IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." | 223 | IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." |
224 | IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." | 224 | IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." |
225 | IMAGE_ROOTFS_MAXSIZE[doc] = "Defines the maximum size in Kbytes for the generated image." | ||
225 | IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." | 226 | IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." |
226 | IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." | 227 | IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." |
227 | INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." | 228 | INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." |