summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-04-12 13:57:58 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 20:18:57 +0100
commit6a4a9e83335a6dbd675cd960175322103ee0d283 (patch)
tree68d8cdb6699eab68bb5a2f52d0a3754e72ccf27a /documentation
parent83960012388c9b08e293ccdb8e4a4ef95f14887a (diff)
downloadpoky-6a4a9e83335a6dbd675cd960175322103ee0d283.tar.gz
ref-manual: update/fix text for SDK_VERSION
DISTRO_VERSION snapshot versions use METADATA_REVISION not DATE in hardknott and thus the default for SDK_VERSION has been updated, so update it here as well. Additionally, fix the text so it makes sense. (From yocto-docs rev: 7b0c4229591d6325384800137e9242c2b030e118) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst8
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