summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-01-08 18:17:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-08 12:48:28 +0000
commitb426740b2ae8245c8cf0f314bf4983b6fff7ecb7 (patch)
tree97b946bad04b9ff0ede6896f8c7bdc23d4995cb1
parenta61fc4db598e9d13c966712a6a0e4783e19448be (diff)
downloadbitbake-b426740b2ae8245c8cf0f314bf4983b6fff7ecb7.tar.gz
bitbake: fetch2/git: add description for nobranch
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/fetch2/git.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/bb/fetch2/git.py b/lib/bb/fetch2/git.py
index c32330968..cae165316 100644
--- a/lib/bb/fetch2/git.py
+++ b/lib/bb/fetch2/git.py
@@ -44,6 +44,11 @@ Supported SRC_URI options are:
checkout code and tracking branch requirements.
The default is "0", set bareclone=1 if needed.
+- nobranch
+ Don't check the SHA validation for branch. set this option for the recipe
+ referring to commit which is valid in tag instead of branch.
+ The default is "0", set nobranch=1 if needed.
+
"""
#Copyright (C) 2005 Richard Purdie