diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-08 18:17:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-08 12:49:08 +0000 |
| commit | c4bcaa3f7ceac346af1555fff2b526ceeac92a54 (patch) | |
| tree | 966391929b1de9c2fcb49614e666dd8c711f17df /bitbake/lib/bb/fetch2/git.py | |
| parent | 2bd4477be78973a8b01febe8abb8d28bb143da10 (diff) | |
| download | poky-c4bcaa3f7ceac346af1555fff2b526ceeac92a54.tar.gz | |
bitbake: bitbake: fetch2/git: add description for nobranch
(Bitbake rev: b426740b2ae8245c8cf0f314bf4983b6fff7ecb7)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index c323309684..cae165316c 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
| @@ -44,6 +44,11 @@ Supported SRC_URI options are: | |||
| 44 | checkout code and tracking branch requirements. | 44 | checkout code and tracking branch requirements. |
| 45 | The default is "0", set bareclone=1 if needed. | 45 | The default is "0", set bareclone=1 if needed. |
| 46 | 46 | ||
| 47 | - nobranch | ||
| 48 | Don't check the SHA validation for branch. set this option for the recipe | ||
| 49 | referring to commit which is valid in tag instead of branch. | ||
| 50 | The default is "0", set nobranch=1 if needed. | ||
| 51 | |||
| 47 | """ | 52 | """ |
| 48 | 53 | ||
| 49 | #Copyright (C) 2005 Richard Purdie | 54 | #Copyright (C) 2005 Richard Purdie |
