diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 |
1 files changed, 2 insertions, 2 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 a2c2432db1..4762d2637a 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -436,8 +436,8 @@ This fetcher supports the following parameters: | |||
436 | "nobranch" is set to "1", this is a mandatory parameter. The number of | 436 | "nobranch" is set to "1", this is a mandatory parameter. The number of |
437 | branch parameters must match 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. If :term:`SRCREV` is also set, |
440 | "master". | 440 | this parameter must match its value. |
441 | 441 | ||
442 | - *"tag":* Specifies a tag to use for the checkout. To correctly | 442 | - *"tag":* Specifies a tag to use for the checkout. To correctly |
443 | resolve tags, BitBake must access the network. For that reason, tags | 443 | resolve tags, BitBake must access the network. For that reason, tags |