summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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