From c4bcaa3f7ceac346af1555fff2b526ceeac92a54 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 8 Jan 2014 18:17:08 +0800 Subject: bitbake: bitbake: fetch2/git: add description for nobranch (Bitbake rev: b426740b2ae8245c8cf0f314bf4983b6fff7ecb7) Signed-off-by: Zhenhua Luo Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/git.py | 5 +++++ 1 file changed, 5 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 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: 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 -- cgit v1.2.3-54-g00ecf