diff options
author | Johan Bezem <jbezem.extern@arri.de> | 2024-02-26 17:15:06 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-03-16 08:33:21 -1000 |
commit | b2fd801cd65593f0e7c28edb8b20ce81d2aebc26 (patch) | |
tree | ea2499fde61fc9d5f1464dc3aedf612ab4631c01 /documentation/ref-manual/variables.rst | |
parent | 2040697f1c55c1e60018d439af76a3fc980f815d (diff) | |
download | poky-b2fd801cd65593f0e7c28edb8b20ce81d2aebc26.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: ef86bec59f5bd81963e0013fce63a1960df53c57)
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.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f4beecf0d2..448bea9938 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7612,6 +7612,10 @@ system and gives an overview of their function and contents. | |||
7612 | configuration will not take effect. | 7612 | configuration will not take effect. |
7613 | 7613 | ||
7614 | :term:`SDKPATH` | 7614 | :term:`SDKPATH` |
7615 | Defines the path used to collect the SDK components and build the | ||
7616 | installer. | ||
7617 | |||
7618 | :term:`SDKPATHINSTALL` | ||
7615 | Defines the path offered to the user for installation of the SDK that | 7619 | Defines the path offered to the user for installation of the SDK that |
7616 | is generated by the OpenEmbedded build system. The path appears as | 7620 | is generated by the OpenEmbedded build system. The path appears as |
7617 | the default location for installing the SDK when you run the SDK's | 7621 | the default location for installing the SDK when you run the SDK's |
@@ -7621,7 +7625,7 @@ system and gives an overview of their function and contents. | |||
7621 | :term:`SDKTARGETSYSROOT` | 7625 | :term:`SDKTARGETSYSROOT` |
7622 | The full path to the sysroot used for cross-compilation within an SDK | 7626 | The full path to the sysroot used for cross-compilation within an SDK |
7623 | as it will be when installed into the default | 7627 | as it will be when installed into the default |
7624 | :term:`SDKPATH`. | 7628 | :term:`SDKPATHINSTALL`. |
7625 | 7629 | ||
7626 | :term:`SECTION` | 7630 | :term:`SECTION` |
7627 | The section in which packages should be categorized. Package | 7631 | The section in which packages should be categorized. Package |