diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-07 09:54:10 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:56 +0100 |
commit | 9dd5d8d1adfaf2d8e4b9f0221ff95a88d5279396 (patch) | |
tree | 4f32564603876b4208bb3b662fa9fe5aa72a248c /documentation | |
parent | c81fd60784dd825398119f88a35975baae85ba30 (diff) | |
download | poky-9dd5d8d1adfaf2d8e4b9f0221ff95a88d5279396.tar.gz |
ref-manual: add SDK_TOOLCHAIN_LANGS
New variable in 4.1.
(From yocto-docs rev: d8d9f9fb8b8acc47888cc61fa5565806b100eba4)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 33441d9d5b..067f8eed63 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6854,6 +6854,10 @@ system and gives an overview of their function and contents. | |||
6854 | section in the Yocto Project Application Development and the | 6854 | section in the Yocto Project Application Development and the |
6855 | Extensible Software Development Kit (eSDK) manual. | 6855 | Extensible Software Development Kit (eSDK) manual. |
6856 | 6856 | ||
6857 | :term:`SDK_TOOLCHAIN_LANGS` | ||
6858 | Specifies programming languages to support in the SDK, as a | ||
6859 | space-separated list. Currently supported items are ``rust`` and ``go``. | ||
6860 | |||
6857 | :term:`SDK_UPDATE_URL` | 6861 | :term:`SDK_UPDATE_URL` |
6858 | An optional URL for an update server for the extensible SDK. If set, | 6862 | An optional URL for an update server for the extensible SDK. If set, |
6859 | the value is used as the default update server when running | 6863 | the value is used as the default update server when running |