diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:44 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:34 +0000 |
| commit | 6b4be8e413130ac7eeae2088dd79a65cf562801c (patch) | |
| tree | 2cca3330ee2e46fc2b570f4743dc7f400f7f566a /documentation/ref-manual/classes.rst | |
| parent | 139f32a9027e7a9796545733410bc1f532f2c7d6 (diff) | |
| download | poky-6b4be8e413130ac7eeae2088dd79a65cf562801c.tar.gz | |
ref-manual/classes.rst: document the rust-target-config class
Document the rust-target-config class.
(From yocto-docs rev: a9dc48f4bbfb9abfdffc7f0caa8285f7c72cc2d9)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 5903a4b9a5..0e616420cf 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -2638,6 +2638,19 @@ The :ref:`ref-classes-rust-common` class is an internal class to the | |||
| 2638 | :ref:`ref-classes-cargo_common` and :ref:`ref-classes-rust` classes and is not | 2638 | :ref:`ref-classes-cargo_common` and :ref:`ref-classes-rust` classes and is not |
| 2639 | intended to be used directly. | 2639 | intended to be used directly. |
| 2640 | 2640 | ||
| 2641 | .. _ref-classes-rust-target-config: | ||
| 2642 | |||
| 2643 | ``rust-target-config`` | ||
| 2644 | ====================== | ||
| 2645 | |||
| 2646 | The :ref:`ref-classes-rust-target-config` class is an internal class to the | ||
| 2647 | :ref:`ref-classes-cargo_common` and :ref:`ref-classes-rust` classes and is not | ||
| 2648 | intended to be used directly. | ||
| 2649 | |||
| 2650 | It is used to generate a JSON specification file from the features listed in | ||
| 2651 | :term:`TUNE_FEATURES`, which is used for cross-compiling. The logic is done in a | ||
| 2652 | ``do_rust_gen_targets`` task. | ||
| 2653 | |||
| 2641 | .. _ref-classes-sanity: | 2654 | .. _ref-classes-sanity: |
| 2642 | 2655 | ||
| 2643 | ``sanity`` | 2656 | ``sanity`` |
