From d66f9ee0efb38b9b39d1114a386b8631e7cc25db 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: 3c455c5a2892611d2323610170f9600ceb953f6c) Signed-off-by: Antonin Godard (cherry picked from commit f02c64286504353e97c7e5fe5c0d193776469ad1) Fix conflict (#. on master, 7. on kirkstone) 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 32c15b2ab2..c8863d44f8 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst @@ -759,7 +759,8 @@ Here is a brief summary of the "workflow": package feed that is used to create the final root file image. 7. 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.