diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f906d4efac..188a3ebf57 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6764,16 +6764,16 @@ system and gives an overview of their function and contents. | |||
6764 | Specifies the name of the SDK vendor. | 6764 | Specifies the name of the SDK vendor. |
6765 | 6765 | ||
6766 | :term:`SDK_VERSION` | 6766 | :term:`SDK_VERSION` |
6767 | Specifies the version of the SDK. The distribution configuration file | 6767 | Specifies the version of the SDK. The Poky distribution configuration file |
6768 | (e.g. ``/meta-poky/conf/distro/poky.conf``) defines the | 6768 | (``/meta-poky/conf/distro/poky.conf``) sets the default |
6769 | ``SDK_VERSION`` as follows: | 6769 | ``SDK_VERSION`` as follows: |
6770 | :: | 6770 | :: |
6771 | 6771 | ||
6772 | SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}','snapshot')}" | 6772 | SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}" |
6773 | 6773 | ||
6774 | For additional information, see the | 6774 | For additional information, see the |
6775 | :term:`DISTRO_VERSION` and | 6775 | :term:`DISTRO_VERSION` and |
6776 | :term:`DATE` variables. | 6776 | :term:`METADATA_REVISION` variables. |
6777 | 6777 | ||
6778 | :term:`SDKEXTPATH` | 6778 | :term:`SDKEXTPATH` |
6779 | The default installation directory for the Extensible SDK. By | 6779 | The default installation directory for the Extensible SDK. By |