Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 447b716

Browse files
committed
introduction.rst: add a note about eSDKs
The extensible SDK (eSDK) is an important piece of the overall development story. Therefore, a note about its existence makes sense in the Reference Kit introduction.rst too. To get started with the eSDK in refkit, we primarily rely on the comprehensive Yocto Project SDK manual. The SDK manual provides the necessary information how to build the eSDK installer for refkit profiles/images. Completes [YOCTO: #11493]. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
1 parent 8ac1e82 commit 447b716

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/introduction.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ By default the Reference Kit runs on Intel's `meta-intel BSP`_ platforms.
2727
.. _`meta-intel BSP`: https://www.yoctoproject.org/product/meta-intel-bsp-layer
2828

2929

30+
The `Yocto Project extensible software development kit`_ (eSDK) is comes
31+
pre-configured and pre-tested in Reference Kit repository but the users of
32+
it must build the SDK installer themselves. By default, the eSDK type is
33+
"minimal" which implies at least the ``SSTATE_MIRROR`` setting must be adjusted
34+
when building distributable eSDKs. For more documentation on how to customize and
35+
re-configure the eSDK, see the "Appendig B. Customizing the Extensible SDK"
36+
in the `Yocto Project extensible software development kit`_ manual.
37+
38+
.. _`Yocto Project extensive software development kit`: http://www.yoctoproject.org/docs/latest/sdk-manual/sdk-manual.html
3039
.. _`Yocto Project release cadence`: https://wiki.yoctoproject.org/wiki/Planning#Roadmaps_and_Schedules
3140
.. _`Yocto Project Bugzilla`: https://bugzilla.yoctoproject.org/
3241
.. _`Yocto Project git`: http://git.yoctoproject.org/

0 commit comments

Comments
 (0)