summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-19 12:21:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 13:57:51 +0100
commit8c5b67bec26b653a392177a3bd528fced5cc8a15 (patch)
tree9648a742e4a9c10f2458026fdcc056088ccaf1b0 /bitbake/doc
parentd12a06cd49b6cc13fcd15e56b5034de5ced642ee (diff)
downloadpoky-8c5b67bec26b653a392177a3bd528fced5cc8a15.tar.gz
bitbake: doc/user-manual-fetching: Remove basepath unpack parameter docs
The code for this was removed in 2016 in commit e659a3b0c2771679057ee3e13cd42e6c62383ff2. Nobody seems to have missed it so remove the documentation so we match the code. [YOCTO #13449] (Bitbake rev: 76bf42ea41a28b19d0377c2e548b0a59119fdf67) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index bd6cc0ef2c..626278e444 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -163,9 +163,6 @@ govern the behavior of the unpack stage:
163- *dos:* Applies to ``.zip`` and ``.jar`` files and specifies whether 163- *dos:* Applies to ``.zip`` and ``.jar`` files and specifies whether
164 to use DOS line ending conversion on text files. 164 to use DOS line ending conversion on text files.
165 165
166- *basepath:* Instructs the unpack stage to strip the specified
167 directories from the source path when unpacking.
168
169- *subdir:* Unpacks the specific URL to the specified subdirectory 166- *subdir:* Unpacks the specific URL to the specified subdirectory
170 within the root directory. 167 within the root directory.
171 168