diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2015-10-02 10:25:21 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-07 00:11:16 +0100 |
commit | a0d9d2d727d646d7847ca9824ae535f9e369d485 (patch) | |
tree | 730bfe5e3db23caab9aa7ee155ed1a45ab9c7e35 /meta/conf | |
parent | 8ee9a933a5bfc8c1de95aa1770bfd64add12f927 (diff) | |
download | poky-a0d9d2d727d646d7847ca9824ae535f9e369d485.tar.gz |
lib/oe/image.py: Add image generation for companion debug filesystem
The companion debug filesystem, enabled with IMAGE_GEN_DEBUGFS, was
creating the companion filesystem but was missing the code to actually
package it into a usable filesystem.
The code (and associated documentation) will allow the debugfs to generate a
companion tarball or other image.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
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 | |||
212 | IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." | 212 | IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." |
213 | IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." | 213 | IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." |
214 | IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." | 214 | IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." |
215 | IMAGE_FSTYPES_DEBUGFS[doc] = "Formats of the debug root filesystem images that you want to have created." | ||
216 | IMAGE_GEN_DEBUGFS[doc] = "When set to '1', generate a companion debug object/source filesystem image." | ||
215 | IMAGE_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." | 217 | IMAGE_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." |
216 | IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." | 218 | IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." |
217 | IMAGE_NAME[doc] = "The name of the output image files minus the extension." | 219 | IMAGE_NAME[doc] = "The name of the output image files minus the extension." |