summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorJohan Bezem <jbezem.extern@arri.de>2024-02-26 17:15:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-06 16:54:54 +0000
commit9400b992fd4c5fe14c446c44214d106b6e162971 (patch)
tree4f6a48215230f5c0125ee02470a21a2e4476ebb5 /documentation/ref-manual
parent81be53672f3456eb6af97a2e805fd5e1f0bd0906 (diff)
downloadpoky-9400b992fd4c5fe14c446c44214d106b6e162971.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: d5b9c4b9c443cc728a11fd1e0a26a11aac8ee2c5) Signed-off-by: Johan Bezem <jbezem.extern@arri.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 a0187a6d47..fc348f1030 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7598,6 +7598,10 @@ system and gives an overview of their function and contents.
7598 configuration will not take effect. 7598 configuration will not take effect.
7599 7599
7600 :term:`SDKPATH` 7600 :term:`SDKPATH`
7601 Defines the path used to collect the SDK components and build the
7602 installer.
7603
7604 :term:`SDKPATHINSTALL`
7601 Defines the path offered to the user for installation of the SDK that 7605 Defines the path offered to the user for installation of the SDK that
7602 is generated by the OpenEmbedded build system. The path appears as 7606 is generated by the OpenEmbedded build system. The path appears as
7603 the default location for installing the SDK when you run the SDK's 7607 the default location for installing the SDK when you run the SDK's
@@ -7607,7 +7611,7 @@ system and gives an overview of their function and contents.
7607 :term:`SDKTARGETSYSROOT` 7611 :term:`SDKTARGETSYSROOT`
7608 The full path to the sysroot used for cross-compilation within an SDK 7612 The full path to the sysroot used for cross-compilation within an SDK
7609 as it will be when installed into the default 7613 as it will be when installed into the default
7610 :term:`SDKPATH`. 7614 :term:`SDKPATHINSTALL`.
7611 7615
7612 :term:`SECTION` 7616 :term:`SECTION`
7613 The section in which packages should be categorized. Package 7617 The section in which packages should be categorized. Package