aboutsummaryrefslogtreecommitdiffstats
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:47 +0100
commit76bf42ea41a28b19d0377c2e548b0a59119fdf67 (patch)
tree49fb082ccd15dcef101f252061ac6dee2866bb4b
parent26caedc4d2e9b5a0f1d57f9291754a7f6c5e437e (diff)
downloadbitbake-76bf42ea41a28b19d0377c2e548b0a59119fdf67.tar.gz
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] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index bd6cc0ef2..626278e44 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -163,9 +163,6 @@ 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.
-- *basepath:* Instructs the unpack stage to strip the specified
- directories from the source path when unpacking.
-
- *subdir:* Unpacks the specific URL to the specified subdirectory
within the root directory.