]> code.ossystems Code Review - openembedded-core.git/commit
wic: debug mode to keep tmp directory
authorLee Chee Yang <Chee.Yang.Lee@intel.com>
Mon, 8 Feb 2021 01:22:55 +0000 (09:22 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 18 Feb 2021 04:00:11 +0000 (12:00 +0800)
commit04d334d5bc5353c39c5059d25d97f111a9e368d9
tree1158aa8aedfe765b18d8fba417728d8fe79074a4
parent47cf6739ab182e66d1b73cd99bab961d06f41336
wic: debug mode to keep tmp directory

files in wic tmp directory can be usefull for debugging, so do not remove
tmp directory when wic create run with debugging mode (-D or --debug).

also update wic.Wic.test_debug_short and wic.Wic.test_debug_long to
check for tmp directory.

[YOCTO#14216]

Signed-off-by: Lee Chee Yang <Chee.Yang.Lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a122e2418b67d38f691edcf8dd846c167d6b4fa9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/selftest/cases/wic.py
scripts/lib/wic/plugins/imager/direct.py