From 5e1f0f620d359cf1a2ca4465a9e204839226ecb2 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Wed, 21 Jan 2026 14:31:53 +0100 Subject: [PATCH] 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 Signed-off-by: Antonin Godard (cherry picked from commit 52ec12522bad3bbdff937f1c66224aa9b2d299cd) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/sdk-manual/appendix-obtain.rst | 4 ++-- 1 file 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. 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``).