summaryrefslogtreecommitdiff
path: root/poky/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/wic')
-rwxr-xr-xpoky/scripts/wic3
1 files changed, 3 insertions, 0 deletions
diff --git a/poky/scripts/wic b/poky/scripts/wic
index 1a717300f..ea614100c 100755
--- a/poky/scripts/wic
+++ b/poky/scripts/wic
@@ -403,6 +403,9 @@ def wic_init_parser_rm(subparser):
help="path: <image>:<vfat partition><path>")
subparser.add_argument("-n", "--native-sysroot",
help="path to the native sysroot containing the tools")
+ subparser.add_argument("-r", dest="recursive_delete", action="store_true", default=False,
+ help="remove directories and their contents recursively, "
+ " this only applies to ext* partition")
def expandtype(rules):
"""