diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-04-22 15:19:38 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-22 10:59:12 +0100 |
commit | bdf37e43b09ab0f9529bf77b691667c71591ba1c (patch) | |
tree | 651aab939f430e840efb7594020b7962fb3de986 | |
parent | 958d52f37b0cbdad9b5f64906957ef85c26a3332 (diff) | |
download | poky-bdf37e43b09ab0f9529bf77b691667c71591ba1c.tar.gz |
ref-manual: Add new RUST_CHANNEL variable
Newly added for 4.2.
(From yocto-docs rev: 89b583413e616aafa5f853a7631cac0f97d387db)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 171987604c..900fdf9741 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7040,6 +7040,11 @@ system and gives an overview of their function and contents. | |||
7040 | 7040 | ||
7041 | RSUGGESTS:${PN} = "useful_package another_package" | 7041 | RSUGGESTS:${PN} = "useful_package another_package" |
7042 | 7042 | ||
7043 | :term:`RUST_CHANNEL` | ||
7044 | Specifies which version of Rust to build - "stable", "beta" or "nightly". | ||
7045 | The default value is "stable". Set this at your own risk, as values other | ||
7046 | than "stable" are not guaranteed to work at a given time. | ||
7047 | |||
7043 | :term:`S` | 7048 | :term:`S` |
7044 | The location in the :term:`Build Directory` where | 7049 | The location in the :term:`Build Directory` where |
7045 | unpacked recipe source code resides. By default, this directory is | 7050 | unpacked recipe source code resides. By default, this directory is |