diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
2 files changed, 6 insertions, 2 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`: |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 691a0cdc1a..0887a40b6b 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7201,6 +7201,10 @@ system and gives an overview of their function and contents. | |||
7201 | configuration will not take effect. | 7201 | configuration will not take effect. |
7202 | 7202 | ||
7203 | :term:`SDKPATH` | 7203 | :term:`SDKPATH` |
7204 | Defines the path used to collect the SDK components and build the | ||
7205 | installer. | ||
7206 | |||
7207 | :term:`SDKPATHINSTALL` | ||
7204 | Defines the path offered to the user for installation of the SDK that | 7208 | Defines the path offered to the user for installation of the SDK that |
7205 | is generated by the OpenEmbedded build system. The path appears as | 7209 | is generated by the OpenEmbedded build system. The path appears as |
7206 | the default location for installing the SDK when you run the SDK's | 7210 | 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. | |||
7210 | :term:`SDKTARGETSYSROOT` | 7214 | :term:`SDKTARGETSYSROOT` |
7211 | The full path to the sysroot used for cross-compilation within an SDK | 7215 | The full path to the sysroot used for cross-compilation within an SDK |
7212 | as it will be when installed into the default | 7216 | as it will be when installed into the default |
7213 | :term:`SDKPATH`. | 7217 | :term:`SDKPATHINSTALL`. |
7214 | 7218 | ||
7215 | :term:`SECTION` | 7219 | :term:`SECTION` |
7216 | The section in which packages should be categorized. Package | 7220 | The section in which packages should be categorized. Package |