summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:19:38 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:42:53 +0100
commitf64e767e83604801201bee4ee6b9f1f16363b465 (patch)
treec8e8ea0e9825038c477f1b26a3b8594e513cc3c8 /documentation
parent84a9d5e09bec017f91afcb93606d3d6d3c911f6b (diff)
downloadpoky-f64e767e83604801201bee4ee6b9f1f16363b465.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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index c5cbda8aa8..12f067e1f4 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