[PATCH 1/3] doc/bitbake-user-manual-environment-setup: fix reference to non-existing term
Quentin Schulz <[email protected]> Thu, 30 Jul 2026 17:19:30 +0200
| Newsgroups | org.openembedded.lists.bitbake-devel,org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> Configuration File is not a term that exists in our doc so this triggers a warning, and because we have -W set for Sphinx, eventually fails the build. Remove the non-existing reference and make it plaintext. Fixes: e8d531cec676 ("bitbake-setup: use bb.fetch for buildtools installer download") Signed-off-by: Quentin Schulz <[email protected]> --- doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst index e1701555e..b31ab443c 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst +++ b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst @@ -666,7 +666,7 @@ In addition, the command can take the following arguments: - ``--sha256``: SHA256 checksum of the buildtools installer. Overrides the value from the configuration file. -When ``url`` and ``sha256sum`` are set in the :term:`Configuration File`, +When ``url`` and ``sha256sum`` are set in the configuration file, the installer is downloaded via ``bb.fetch`` (cached in ``DL_DIR``) and its checksum is enforced. If no configuration is present, the script falls back to its built-in defaults:: -- 2.55.0