summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
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/overview-manual/concepts.rst
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/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index d177ca33b7..62f2327a7e 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1375,7 +1375,7 @@ This next list, shows the variables associated with a standard SDK:
1375 Lists packages that make up the target part of the SDK (i.e. the part 1375 Lists packages that make up the target part of the SDK (i.e. the part
1376 built for the target hardware). 1376 built for the target hardware).
1377 1377
1378- :term:`SDKPATH`: Defines the 1378- :term:`SDKPATHINSTALL`: Defines the
1379 default SDK installation path offered by the installation script. 1379 default SDK installation path offered by the installation script.
1380 1380
1381- :term:`SDK_HOST_MANIFEST`: 1381- :term:`SDK_HOST_MANIFEST`: