1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Quentin Schulz
2026-01-21 14:31:53 +01:00
committed by Richard Purdie
parent 0ad5299bcd
commit 5e1f0f620d
+2 -2
View File
@@ -376,5 +376,5 @@ script run by the installer and BitBake.
In the layout above, italicized text is used to indicate replaceable In the layout above, italicized text is used to indicate replaceable
portions of the file or directory name. For example, *install_dir* is the 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, directory where the SDK is installed, which is by default ``poky_sdk`` in your
and *target* represents the target architecture (e.g. ``i586``). home directory and *target* represents the target architecture (e.g. ``i586``).