diff options
| author | Julien Stephan <jstephan@baylibre.com> | 2023-11-22 16:13:39 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-23 17:44:59 +0000 |
| commit | 8a8d6fe1327ea5f86b90f33336575e5434637729 (patch) | |
| tree | 6b8b460fcec9b28b36810fef2d3c4a9eca05be20 /bitbake/lib/bb/fetch2/git.py | |
| parent | 7aab731f1eea76d84ebe8e44e9517cbfc30fa455 (diff) | |
| download | poky-8a8d6fe1327ea5f86b90f33336575e5434637729.tar.gz | |
bitbake: fetch2: git: add missing destsuffix and subpath parameters in docstrings
Docstring for git fetcher is missing destsuffix and subpath parameters,
so add them
(Bitbake rev: 7cea6c2efefbb0f789f654c04a61d9ba770c148b)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index 5fb573a381..0deeb5cee1 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
| @@ -48,6 +48,14 @@ Supported SRC_URI options are: | |||
| 48 | instead of branch. | 48 | instead of branch. |
| 49 | The default is "0", set nobranch=1 if needed. | 49 | The default is "0", set nobranch=1 if needed. |
| 50 | 50 | ||
| 51 | - subpath | ||
| 52 | Limit the checkout to a specific subpath of the tree. | ||
| 53 | By default, checkout the whole tree, set subpath=<path> if needed | ||
| 54 | |||
| 55 | - destsuffix | ||
| 56 | The name of the path in which to place the checkout. | ||
| 57 | By default, the path is git/, set destsuffix=<suffix> if needed | ||
| 58 | |||
| 51 | - usehead | 59 | - usehead |
| 52 | For local git:// urls to use the current branch HEAD as the revision for use with | 60 | For local git:// urls to use the current branch HEAD as the revision for use with |
| 53 | AUTOREV. Implies nobranch. | 61 | AUTOREV. Implies nobranch. |
