diff mbox series

[v2,12/12] sdk-manual: appendix-obtain: fix default path for eSDK installer script

Message ID 20260121-code-block-misc-20260114-v2-12-fdd4bb5c2e68@cherry.de
State New
Headers show
Series sdk-manual: fix code-blocks, migrate one PNG to SVG, remove unused PNG | expand

Commit Message

Quentin Schulz Jan. 21, 2026, 1:31 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

The eSDK installer script installs in poky_sdk directory but under the
user's home directory so let's make that explicit.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/sdk-manual/appendix-obtain.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst
index 34a3f5bbb..83eefecd6 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.
 
 In the layout above, italicized text is used to indicate replaceable
 portions of the file or directory name. For example, *install_dir* is the
-directory where the SDK is installed, which is ``poky_sdk`` by default,
-and *target* represents the target architecture (e.g. ``i586``).
+directory where the SDK is installed, which is by default ``poky_sdk`` in your
+home directory and *target* represents the target architecture (e.g. ``i586``).