]> code.ossystems Code Review - openembedded-core.git/commit
wic: creator: stop using config manager
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 30 Jan 2017 21:23:00 +0000 (23:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Feb 2017 17:37:33 +0000 (17:37 +0000)
commit702ee7a1fe30d87d55ba9528ae89abff4e294fd9
tree1912464363555cbb65ffb3055c2e6e1b77987087
parent65c26d51eedc687c92e8ade262d24dc53ca71cec
wic: creator: stop using config manager

This is a preparation to removing conf.py and config/wic.conf
from the codebase.

confmgr object is complicated for no reason and almost
useless as all configuration info comes from command line and
bitbake variables. It's used it creator.py to store information
about output directory, logs and some never used functionality
like tmpfs for future use, which doesn't actually happen.

[YOCTO #10619]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/creator.py