From 0cd11a8cd49d6e00d5615cdf2dfc3856685fe499 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Mon, 5 Jan 2026 17:02:55 +0100 Subject: [PATCH] overview-manual/yp-intro.rst: fix SDK type in bullet list The YP generates an SDK by default, which can be meta-toolchain, an image-specific one, or an extensible SDK (eSDK). Don't be specific in this bullet list. (From yocto-docs rev: 0f4df623bff6c3c46b4649b8237dd0e417e0f86f) Signed-off-by: Antonin Godard (cherry picked from commit f02c64286504353e97c7e5fe5c0d193776469ad1) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/overview-manual/yp-intro.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 96fbd98f34..29536b40a9 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst @@ -760,7 +760,8 @@ Here is a brief summary of the "workflow": package feed that is used to create the final root file image. #. The build system generates the file system image and a customized - Extensible SDK (eSDK) for application development in parallel. + :doc:`SDK ` (Software Development Kit) for application + development in parallel. For a very detailed look at this workflow, see the ":ref:`overview-manual/concepts:openembedded build system concepts`" section.