Extensible SDK: Difference between revisions

From Yocto Project
Jump to navigationJump to search
Line 22: Line 22:


== Community ==
== Community ==
The eSDK is part of openembedded-core.  
The eSDK is part of [http://www.openembedded.org/wiki/OpenEmbedded-Core Openembedded Core].  
* Mailing list: openembedded-core@lists.openembedded.org
* Mailing list: openembedded-core@lists.openembedded.org
* Bugs: https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=extensible%20sdk&list_id=592532
* Bugs: https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=extensible%20sdk&list_id=592532

Revision as of 00:43, 23 February 2017

This page is being continually updated with more content. Please bookmark and come back soon. Any questions, contact Henry Bruce

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

Tips and Tricks

Workflow

Details of the improved workflow enabled by the eSDK can be found on the Developer Workflow Improvements page.

Presentations

ELC 2017

Community

The eSDK is part of Openembedded Core.