@@ -9,7 +9,7 @@ notice new recipe changes added to the SCM and then build the resulting
packages that depend on the new recipes by using the latest versions.
This only works for SCMs from which it is possible to get a sensible
revision number for changes. Currently, you can do this with Apache
-Subversion (SVN), Git, and Bazaar (BZR) repositories.
+Subversion (SVN) and Git.
To enable this behavior, the :term:`PV` of
the recipe needs to include a ``+`` sign in its assignment.
@@ -77,8 +77,6 @@ URIs:
- ``svn://``
-- ``bzr://``
-
- ``hg://``
- ``osc://``
@@ -1507,9 +1507,6 @@ system and gives an overview of their function and contents.
splitting the output executable file. Set the variable to "0" to get
a single output executable file.
- :term:`BZRDIR`
- See :term:`bitbake:BZRDIR` in the BitBake manual.
-
:term:`CACHE`
Specifies the directory BitBake uses to store a cache of the
:term:`Metadata` so it does not need to be parsed every time
@@ -9372,7 +9369,7 @@ system and gives an overview of their function and contents.
:term:`SRCREV`
The revision of the source code used to build the package. This
- variable applies to Subversion, Git, Mercurial, and Bazaar only. Note
+ variable applies to Subversion, Git, and Mercurial only. Note
that if you want to build a fixed revision and you want to avoid
performing a query on the remote repository every time BitBake parses
your recipe, you should specify a :term:`SRCREV` that is a full revision
Remove the Bazaar fetcher references as it was deprecated in [1]. This fixes the following build issue on master: .../ref-manual/variables.rst:1506: WARNING: term not in glossary: 'bitbake:BZRDIR' [ref.term] [1]: https://git.openembedded.org/bitbake/commit/?id=8e057d54f09ca0a1fb64c716da6b66f0ce4555b0 Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/external-scm.rst | 2 +- documentation/migration-guides/migration-1.3.rst | 2 -- documentation/ref-manual/variables.rst | 5 +---- 3 files changed, 2 insertions(+), 7 deletions(-) --- base-commit: 98840d241c681c5bd4080db57b3bd9d9f0740b94 change-id: 20260217-remove-bzr-references-7163efc86ff3