From 66f04cba71549f5b0bbfb699e1f662db7c9e8355 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 18 Jul 2025 11:06:58 +0200 Subject: bitbake: doc/bitbake-user-manual-fetching: remove 'rev' default value Remove rev's "master" default value. Mention that it must match SRCREV, if set. Reported-by: Quentin Schulz (Bitbake rev: 2519b317e4afb1686f907274715a9e2b9c6457f4) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake') 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: "nobranch" is set to "1", this is a mandatory parameter. The number of branch parameters must match the number of name parameters. -- *"rev":* The revision to use for the checkout. The default is - "master". +- *"rev":* The revision to use for the checkout. If :term:`SRCREV` is also set, + this parameter must match its value. - *"tag":* Specifies a tag to use for the checkout. To correctly resolve tags, BitBake must access the network. For that reason, tags -- cgit v1.2.3-54-g00ecf