summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2026-01-05 17:02:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-01-26 18:54:18 +0000
commitd66f9ee0efb38b9b39d1114a386b8631e7cc25db (patch)
tree1e19a444a1dbfed0b5423f604844321c416d0f2f
parent5489d2b5b6813aeb90d744c612d0fc4b72997939 (diff)
downloadpoky-d66f9ee0efb38b9b39d1114a386b8631e7cc25db.tar.gz
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 <antonin.godard@bootlin.com> (cherry picked from commit f02c64286504353e97c7e5fe5c0d193776469ad1) Fix conflict (#. on master, 7. on kirkstone) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/overview-manual/yp-intro.rst3
1 files changed, 2 insertions, 1 deletions
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":
759 package feed that is used to create the final root file image. 759 package feed that is used to create the final root file image.
760 760
7617. The build system generates the file system image and a customized 7617. The build system generates the file system image and a customized
762 Extensible SDK (eSDK) for application development in parallel. 762 :doc:`SDK </sdk-manual/index>` (Software Development Kit) for application
763 development in parallel.
763 764
764For a very detailed look at this workflow, see the 765For a very detailed look at this workflow, see the
765":ref:`overview-manual/concepts:openembedded build system concepts`" section. 766":ref:`overview-manual/concepts:openembedded build system concepts`" section.