diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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 |