diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-25 15:35:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-26 09:27:43 +0000 |
commit | 116cf79f2b48657ba7030c7a09cab6dd7a7977fb (patch) | |
tree | 055139eabdaedabdb02f6345bea3e72fd7e896ae | |
parent | 336b89ecd886b0450fc05e88941772c807b2eb83 (diff) | |
download | poky-116cf79f2b48657ba7030c7a09cab6dd7a7977fb.tar.gz |
bitbake: doc: bitbake-user-manual: branch parameter now mandatory in git SRC_URIs
(Bitbake rev: 981d1929937519cd98200a6ef291d97a16d358ad)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst index 07885392d3..f9d9e617f3 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -432,9 +432,9 @@ This fetcher supports the following parameters: | |||
432 | raw Git metadata is provided. This parameter implies the "nocheckout" | 432 | raw Git metadata is provided. This parameter implies the "nocheckout" |
433 | parameter as well. | 433 | parameter as well. |
434 | 434 | ||
435 | - *"branch":* The branch(es) of the Git tree to clone. If unset, this | 435 | - *"branch":* The branch(es) of the Git tree to clone. Unless |
436 | is assumed to be "master". The number of branch parameters much match | 436 | "nobranch" is set to "1", this is a mandatory parameter. The number of |
437 | the number of name parameters. | 437 | branch parameters must match the number of name parameters. |
438 | 438 | ||
439 | - *"rev":* The revision to use for the checkout. The default is | 439 | - *"rev":* The revision to use for the checkout. The default is |
440 | "master". | 440 | "master". |