From 8a8d6fe1327ea5f86b90f33336575e5434637729 Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Wed, 22 Nov 2023 16:13:39 +0100 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/git.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bitbake/lib/bb/fetch2/git.py') 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: instead of branch. The default is "0", set nobranch=1 if needed. +- subpath + Limit the checkout to a specific subpath of the tree. + By default, checkout the whole tree, set subpath= if needed + +- destsuffix + The name of the path in which to place the checkout. + By default, the path is git/, set destsuffix= if needed + - usehead For local git:// urls to use the current branch HEAD as the revision for use with AUTOREV. Implies nobranch. -- cgit v1.2.3-54-g00ecf