mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
0b59f7efc6
commit
48bd3888df
@@ -1407,7 +1407,7 @@ This next list, shows the variables associated with a standard SDK:
|
|||||||
Lists packages that make up the target part of the SDK (i.e. the part
|
Lists packages that make up the target part of the SDK (i.e. the part
|
||||||
built for the target hardware).
|
built for the target hardware).
|
||||||
|
|
||||||
- :term:`SDKPATH`: Defines the
|
- :term:`SDKPATHINSTALL`: Defines the
|
||||||
default SDK installation path offered by the installation script.
|
default SDK installation path offered by the installation script.
|
||||||
|
|
||||||
- :term:`SDK_HOST_MANIFEST`:
|
- :term:`SDK_HOST_MANIFEST`:
|
||||||
|
|||||||
@@ -7201,6 +7201,10 @@ system and gives an overview of their function and contents.
|
|||||||
configuration will not take effect.
|
configuration will not take effect.
|
||||||
|
|
||||||
:term:`SDKPATH`
|
:term:`SDKPATH`
|
||||||
|
Defines the path used to collect the SDK components and build the
|
||||||
|
installer.
|
||||||
|
|
||||||
|
:term:`SDKPATHINSTALL`
|
||||||
Defines the path offered to the user for installation of the SDK that
|
Defines the path offered to the user for installation of the SDK that
|
||||||
is generated by the OpenEmbedded build system. The path appears as
|
is generated by the OpenEmbedded build system. The path appears as
|
||||||
the default location for installing the SDK when you run the SDK's
|
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.
|
|||||||
:term:`SDKTARGETSYSROOT`
|
:term:`SDKTARGETSYSROOT`
|
||||||
The full path to the sysroot used for cross-compilation within an SDK
|
The full path to the sysroot used for cross-compilation within an SDK
|
||||||
as it will be when installed into the default
|
as it will be when installed into the default
|
||||||
:term:`SDKPATH`.
|
:term:`SDKPATHINSTALL`.
|
||||||
|
|
||||||
:term:`SECTION`
|
:term:`SECTION`
|
||||||
The section in which packages should be categorized. Package
|
The section in which packages should be categorized. Package
|
||||||
|
|||||||
Reference in New Issue
Block a user