Extensible SDK: Difference between revisions
Henry Bruce (talk | contribs) No edit summary |
Henry Bruce (talk | contribs) |
||
Line 14: | Line 14: | ||
== Presentations == | == Presentations == | ||
=== ELC 2017 === | === ELC 2017 === | ||
* [[Media:2017_ELC_Henry_Bruce.pdf | Henry Bruce's eSDK talk]] | |||
* [https://events.linuxfoundation.org/sites/events/files/slides/2017%20ELC%20--%20Using%20devtool%20to%20Streamline%20your%20Yocto%20Project%20Workflow.pdf Tim Orling's devtool talk] | * [https://events.linuxfoundation.org/sites/events/files/slides/2017%20ELC%20--%20Using%20devtool%20to%20Streamline%20your%20Yocto%20Project%20Workflow.pdf Tim Orling's devtool talk] | ||
* [https://events.linuxfoundation.org/sites/events/files/slides/2017%20ELC%20-%20Yocto%20Project%20Containers.pdf Randy Witt's container talk] | * [https://events.linuxfoundation.org/sites/events/files/slides/2017%20ELC%20-%20Yocto%20Project%20Containers.pdf Randy Witt's container talk] |
Revision as of 18:54, 22 February 2017
This page is being continually updated with more content. Please bookmark and come back soon.
Introduction
The Yocto Project Extensible SDK (eSDK) has tools that allow you to easily add new applications and libraries to an image, modify the source of an existing component and test changes on the target hardware. The main benefit over the standard SDK is improved team workflow due to tighter integration with the OpenEmbedded build system.
Want to learn more about the Extensible SDK? You've come to the right place.
Documentation
To learn about using the Extensible SDK read the SDK manual. Information on building and customizing an eSDK can be found in Appendix B
Workflow
Details of the improved workflow enabled by the eSDK can be found on the Developer Workflow Improvements page.