summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-rw-r--r--bitbake/lib/bb/fetch2/git.py8
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.