summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorJohan Bezem <jbezem.extern@arri.de>2024-02-26 17:15:06 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:11:26 -1000
commit48bd3888df136a4e9d8a97f942d8c4212f102cc0 (patch)
tree72b7aec97e5b085786a6b08456656e18b03d4592 /documentation/ref-manual/variables.rst
parent0b59f7efc60e7a971716e51a77e10c0af0e1ba27 (diff)
downloadpoky-48bd3888df136a4e9d8a97f942d8c4212f102cc0.tar.gz
ref-manual: variables: correct sdk installation default path
The SDKPATH variable seems mistakenly identified as the default path where the SDK will be installed by the generated installation script, unless option '-d' or a manual input overrides this default. The intended variable is SDKPATHINSTALL. SDKPATH indicates where the SDK is being composed and built. The definitions have been added/updated. (From yocto-docs rev: f7ce2abbdcff625356b337137e91f642ff6a4dc2) Signed-off-by: Johan Bezem <jbezem.extern@arri.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 691a0cdc1a..0887a40b6b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7201,6 +7201,10 @@ system and gives an overview of their function and contents.
7201 configuration will not take effect. 7201 configuration will not take effect.
7202 7202
7203 :term:`SDKPATH` 7203 :term:`SDKPATH`
7204 Defines the path used to collect the SDK components and build the
7205 installer.
7206
7207 :term:`SDKPATHINSTALL`
7204 Defines the path offered to the user for installation of the SDK that 7208 Defines the path offered to the user for installation of the SDK that
7205 is generated by the OpenEmbedded build system. The path appears as 7209 is generated by the OpenEmbedded build system. The path appears as
7206 the default location for installing the SDK when you run the SDK's 7210 the default location for installing the SDK when you run the SDK's
@@ -7210,7 +7214,7 @@ system and gives an overview of their function and contents.
7210 :term:`SDKTARGETSYSROOT` 7214 :term:`SDKTARGETSYSROOT`
7211 The full path to the sysroot used for cross-compilation within an SDK 7215 The full path to the sysroot used for cross-compilation within an SDK
7212 as it will be when installed into the default 7216 as it will be when installed into the default
7213 :term:`SDKPATH`. 7217 :term:`SDKPATHINSTALL`.
7214 7218
7215 :term:`SECTION` 7219 :term:`SECTION`
7216 The section in which packages should be categorized. Package 7220 The section in which packages should be categorized. Package