diff options
| author | Johan Bezem <jbezem.extern@arri.de> | 2024-02-26 17:15:06 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-25 04:11:26 -1000 |
| commit | 48bd3888df136a4e9d8a97f942d8c4212f102cc0 (patch) | |
| tree | 72b7aec97e5b085786a6b08456656e18b03d4592 /documentation/overview-manual | |
| parent | 0b59f7efc60e7a971716e51a77e10c0af0e1ba27 (diff) | |
| download | poky-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/overview-manual')
| -rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 3e80d6fddd..a1fd3c4dad 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
| @@ -1407,7 +1407,7 @@ This next list, shows the variables associated with a standard SDK: | |||
| 1407 | Lists packages that make up the target part of the SDK (i.e. the part | 1407 | Lists packages that make up the target part of the SDK (i.e. the part |
| 1408 | built for the target hardware). | 1408 | built for the target hardware). |
| 1409 | 1409 | ||
| 1410 | - :term:`SDKPATH`: Defines the | 1410 | - :term:`SDKPATHINSTALL`: Defines the |
| 1411 | default SDK installation path offered by the installation script. | 1411 | default SDK installation path offered by the installation script. |
| 1412 | 1412 | ||
| 1413 | - :term:`SDK_HOST_MANIFEST`: | 1413 | - :term:`SDK_HOST_MANIFEST`: |
