aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>2021-11-25 13:59:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-26 17:01:34 +0000
commitf0442a30d3a8459195dbf51a778ffb6150688a0a (patch)
tree14d4603620cbb938671690486e902aa75ed80973 /doc
parentaa4926e5d9c92f33b4434e2da709ff0bf3049f5b (diff)
downloadbitbake-f0442a30d3a8459195dbf51a778ffb6150688a0a.tar.gz
bitbake-user-manual: Add striplevel unpack parameter
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index c882dfa73..51ab233ad 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -167,6 +167,9 @@ govern the behavior of the unpack stage:
- *dos:* Applies to ``.zip`` and ``.jar`` files and specifies whether
to use DOS line ending conversion on text files.
+- *striplevel:* Strip specified number of leading components (levels)
+ from file names on extraction
+
- *subdir:* Unpacks the specific URL to the specified subdirectory
within the root directory.