ref-manual: Fix occurrences of omitted space with :prepend

Add trailing space to value field in :prepend assignments, in
order to avoid providing examples which could lead the users to risk
inadvertent string concatenation.

(From yocto-docs rev: 8496602a28b19fec9ee55dc45572b31a32c70443)

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit b2f611f498eb22ca42dc436e3cde0c60ad2ba72f)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Niko Mauno
2026-07-28 10:23:15 +03:00
committed by Paul Barker
parent 173c1c523d
commit 5de2230907
2 changed files with 6 additions and 3 deletions

View File

@@ -105,7 +105,8 @@ attempt before any others by adding something like the following to the
git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
https://.*/.* &YOCTO_DL_URL;/mirror/sources/"
https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
"
These changes cause the build system to intercept Git, FTP, HTTP, and
HTTPS requests and direct them to the ``http://`` sources mirror. You
@@ -144,7 +145,8 @@ file as long as the :term:`PREMIRRORS` server is current::
git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
https://.*/.* &YOCTO_DL_URL;/mirror/sources/"
https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
"
BB_FETCH_PREMIRRORONLY = "1"
These changes would cause the build system to successfully fetch source

View File

@@ -7179,7 +7179,8 @@ system and gives an overview of their function and contents.
git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
https://.*/.* &YOCTO_DL_URL;/mirror/sources/"
https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \
"
These changes cause the
build system to intercept Git, FTP, HTTP, and HTTPS requests and