diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-18 11:06:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-18 15:56:17 +0100 |
commit | 66f04cba71549f5b0bbfb699e1f662db7c9e8355 (patch) | |
tree | cf62af5bdecd53aafc45e3c42c5dfc51061b2443 /bitbake | |
parent | f209f127e654df7424adf41de07f88714d7952ab (diff) | |
download | poky-master.tar.gz |
Remove rev's "master" default value. Mention that it must match SRCREV,
if set.
Reported-by: Quentin Schulz <quentin.schulz@cherry.de>
(Bitbake rev: 2519b317e4afb1686f907274715a9e2b9c6457f4)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |