]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/image.py: Add image generation for companion debug filesystem
authorMark Hatle <mark.hatle@windriver.com>
Fri, 2 Oct 2015 15:25:21 +0000 (10:25 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Oct 2015 23:01:35 +0000 (00:01 +0100)
commit41316293e442da24fbda5a18cc2f75a57f86ea53
tree73321809658f2cd3db34095533dfc441eb680e80
parentf06fb68a07b82e4b8f25d5cdf556cf8893ddf208
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>
meta/conf/documentation.conf
meta/conf/local.conf.sample.extended
meta/lib/oe/image.py