summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2026-01-21 14:31:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-02-10 13:11:48 +0000
commit5e1f0f620d359cf1a2ca4465a9e204839226ecb2 (patch)
tree2c014f721a3fcfd2dbd3e7fbdf0e6dbe180a8c2c /documentation
parent0ad5299bcddac5be9faa9f87ee3a5b188ff19965 (diff)
downloadpoky-5e1f0f620d359cf1a2ca4465a9e204839226ecb2.tar.gz
sdk-manual: appendix-obtain: fix default path for eSDK installer script
The eSDK installer script installs in poky_sdk directory but under the user's home directory so let's make that explicit. (From yocto-docs rev: 9811bee2e33002b449d073a3f3be1889e249ee2a) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 52ec12522bad3bbdff937f1c66224aa9b2d299cd) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/appendix-obtain.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst
index 34a3f5bbba..83eefecd6a 100644
--- a/documentation/sdk-manual/appendix-obtain.rst
+++ b/documentation/sdk-manual/appendix-obtain.rst
@@ -376,5 +376,5 @@ script run by the installer and BitBake.
376 376
377In the layout above, italicized text is used to indicate replaceable 377In the layout above, italicized text is used to indicate replaceable
378portions of the file or directory name. For example, *install_dir* is the 378portions of the file or directory name. For example, *install_dir* is the
379directory where the SDK is installed, which is ``poky_sdk`` by default, 379directory where the SDK is installed, which is by default ``poky_sdk`` in your
380and *target* represents the target architecture (e.g. ``i586``). 380home directory and *target* represents the target architecture (e.g. ``i586``).