diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:48 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-04-28 08:18:53 -0700 |
commit | 65fcbaa89a9febfc0c0e3c5fbc910d649f15c1bb (patch) | |
tree | 8020436e639ceafed689a812a2a76805b5b2540c /documentation | |
parent | 7dbc9bff221a86fcd66bbdab1335cafc9c331aaa (diff) | |
download | poky-65fcbaa89a9febfc0c0e3c5fbc910d649f15c1bb.tar.gz |
ref-manual/variables.rst: document missing SDK_*_ARCH variables
These variables control the flags for the assembler, compiler and linker
when building for nativesdk recipes.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 95f4aabe48a6e06f8391e032c6a7038bf0e10332)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit c08f6d3c8aee86264c069b7c30850cb02de76076)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index b3d82eba6f..575351c6c8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7597,11 +7597,21 @@ system and gives an overview of their function and contents. | |||
7597 | 7597 | ||
7598 | Only one archive type can be specified. | 7598 | Only one archive type can be specified. |
7599 | 7599 | ||
7600 | :term:`SDK_AS_ARCH` | ||
7601 | Specifies architecture-specific assembler flags when building | ||
7602 | :ref:`ref-classes-nativesdk` recipes. By default, the value of | ||
7603 | :term:`SDK_AS_ARCH` equals the one of :term:`BUILD_AS_ARCH`. | ||
7604 | |||
7600 | :term:`SDK_BUILDINFO_FILE` | 7605 | :term:`SDK_BUILDINFO_FILE` |
7601 | When using the :ref:`ref-classes-image-buildinfo` class, | 7606 | When using the :ref:`ref-classes-image-buildinfo` class, |
7602 | specifies the file in the SDK to write the build information into. The | 7607 | specifies the file in the SDK to write the build information into. The |
7603 | default value is "``/buildinfo``". | 7608 | default value is "``/buildinfo``". |
7604 | 7609 | ||
7610 | :term:`SDK_CC_ARCH` | ||
7611 | Specifies the architecture-specific C compiler flags when building | ||
7612 | :ref:`ref-classes-nativesdk` recipes. By default, the value of | ||
7613 | :term:`SDK_CC_ARCH` equals the one of :term:`BUILD_CC_ARCH`. | ||
7614 | |||
7605 | :term:`SDK_CUSTOM_TEMPLATECONF` | 7615 | :term:`SDK_CUSTOM_TEMPLATECONF` |
7606 | When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to | 7616 | When building the extensible SDK, if :term:`SDK_CUSTOM_TEMPLATECONF` is set to |
7607 | "1" and a ``conf/templateconf.cfg`` file exists in the :term:`Build Directory` | 7617 | "1" and a ``conf/templateconf.cfg`` file exists in the :term:`Build Directory` |
@@ -7683,6 +7693,11 @@ system and gives an overview of their function and contents. | |||
7683 | :term:`SDK_EXT_TYPE` is set to "minimal", and defaults to "1" if | 7693 | :term:`SDK_EXT_TYPE` is set to "minimal", and defaults to "1" if |
7684 | :term:`SDK_EXT_TYPE` is set to "full". | 7694 | :term:`SDK_EXT_TYPE` is set to "full". |
7685 | 7695 | ||
7696 | :term:`SDK_LD_ARCH` | ||
7697 | Specifies architecture-specific linker flags when building | ||
7698 | :ref:`ref-classes-nativesdk` recipes. By default, the value of | ||
7699 | :term:`SDK_LD_ARCH` equals the one of :term:`BUILD_LD_ARCH`. | ||
7700 | |||
7686 | :term:`SDK_NAME` | 7701 | :term:`SDK_NAME` |
7687 | The base name for SDK output files. The default value (as set in | 7702 | The base name for SDK output files. The default value (as set in |
7688 | ``meta-poky/conf/distro/poky.conf``) is derived from the | 7703 | ``meta-poky/conf/distro/poky.conf``) is derived from the |