]> code.ossystems Code Review - openembedded-core.git/commit
wic: rm with -r flag support
authorChee Yang Lee <chee.yang.lee@intel.com>
Fri, 15 Nov 2019 01:58:48 +0000 (09:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2019 21:17:40 +0000 (21:17 +0000)
commit5cb7a329d0aaac8fe5328eb2001692c540aa5ade
treeb08a88750a8fbe65113025177cfaf9b7fa08c0f7
parent9b7d65aa52171cb559cc12ca3fdeaee54b9022c1
wic: rm with -r flag support

wic currently unable to remove non-empty directory in ext* partition.
enable wic rm to remove non-empty directory and all the sub-content
with -r flag.
update help documents for 'wic rm'.
[YOCTO #12404]

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/engine.py
scripts/lib/wic/help.py
scripts/wic