@@ -144,7 +144,7 @@ Fixes in Yocto-4.1.1
- ref-manual: add :term:`OVERLAYFS_QA_SKIP`
- ref-manual: add previous overlayfs-etc variables
- ref-manual: add pypi class
-- ref-manual: add :term:`SDK_TOOLCHAIN_LANGS`
+- ref-manual: add ``SDK_TOOLCHAIN_LANGS``
- ref-manual: add section for create-spdx class
- ref-manual: add serial-autologin-root to :term:`IMAGE_FEATURES` documentation
- ref-manual: add :term:`UBOOT_MKIMAGE_KERNEL_TYPE`
@@ -100,7 +100,7 @@ New Features / Enhancements in 4.1
- :ref:`Support for using the regular build system as an SDK <sdk-manual/extensible:Setting up the Extensible SDK environment directly in a Yocto build>`
- :ref:`ref-classes-image-buildinfo` class now also writes build information to SDKs
- - New :term:`SDK_TOOLCHAIN_LANGS` variable to control support of rust / go in SDK
+ - New ``SDK_TOOLCHAIN_LANGS`` variable to control support of rust / go in SDK
- rust-llvm: enabled :ref:`ref-classes-nativesdk` variant
- python3-pluggy: enabled for :ref:`ref-classes-native` / :ref:`ref-classes-nativesdk`
@@ -570,7 +570,7 @@ New Features / Enhancements in |yocto-ver|
- Include additional information about Meson setting in the SDK environment
setup script (host system, CPU family, etc.).
- - Add Go to :term:`SDK_TOOLCHAIN_LANGS`, except for the following
+ - Add Go to ``SDK_TOOLCHAIN_LANGS``, except for the following
architecture on which this is not supported:
- RISC-V 32 bits (``rv32``)
@@ -648,7 +648,7 @@ New Features / Enhancements in |yocto-ver|
OOM kills.
- A new SDK test is now running for Go after ``go`` was added to
- :term:`SDK_TOOLCHAIN_LANGS`.
+ ``SDK_TOOLCHAIN_LANGS``.
- Commands sent over SSH (using the ``OESSHTarget`` class) will now error
when an SSH failure occurs. It is possible to ignore these errors by
@@ -9174,10 +9174,6 @@ system and gives an overview of their function and contents.
section in the Yocto Project Application Development and the
Extensible Software Development Kit (eSDK) manual.
- :term:`SDK_TOOLCHAIN_LANGS`
- Specifies programming languages to support in the SDK, as a
- space-separated list. Currently supported items are ``rust`` and ``go``.
-
:term:`SDK_UPDATE_URL`
An optional URL for an update server for the extensible SDK. If set,
the value is used as the default update server when running
Now part of SDK_FEATURES after OE-Core commit 933981a21e58 ("sdk: fold SDK_TOOLCHAIN_LANGS into SDK_FEATURES"). Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/migration-guides/release-notes-4.1.1.rst | 2 +- documentation/migration-guides/release-notes-4.1.rst | 2 +- documentation/migration-guides/release-notes-5.3.rst | 4 ++-- documentation/ref-manual/variables.rst | 4 ---- 4 files changed, 4 insertions(+), 8 deletions(-)