summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/overview-manual/concepts.rst2
-rw-r--r--documentation/ref-manual/variables.rst6
2 files changed, 6 insertions, 2 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`:
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