diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:04:54 +0100 |
commit | fb481d9ea46da735d4172f32eff405bb88a71311 (patch) | |
tree | 0e50e4ef251a749689926e3c5047d77c202b9f13 /documentation | |
parent | 2d2cc822ce1571c6209a57e385853e5e5aabeb6b (diff) | |
download | poky-fb481d9ea46da735d4172f32eff405bb88a71311.tar.gz |
ref-manual: add missing variable PRSERV_UPSTREAM
(From yocto-docs rev: 94a590aad8d503c5d5528bff4d8ec07746ca9805)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index cb082cbdbc..0d2d255edb 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6878,6 +6878,11 @@ system and gives an overview of their function and contents. | |||
6878 | service <dev-manual/packages:working with a pr service>`. You can | 6878 | service <dev-manual/packages:working with a pr service>`. You can |
6879 | set :term:`PRSERV_HOST` to other values to use a remote PR service. | 6879 | set :term:`PRSERV_HOST` to other values to use a remote PR service. |
6880 | 6880 | ||
6881 | :term:`PRSERV_UPSTREAM` | ||
6882 | This variable can be used to specify an upstream PR server for the local | ||
6883 | PR server to connect to, in the form of ``host:port``. | ||
6884 | |||
6885 | This makes it possible to implement local fixes to an upstream package. | ||
6881 | 6886 | ||
6882 | :term:`PSEUDO_IGNORE_PATHS` | 6887 | :term:`PSEUDO_IGNORE_PATHS` |
6883 | A comma-separated (without spaces) list of path prefixes that should be ignored | 6888 | A comma-separated (without spaces) list of path prefixes that should be ignored |