Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
software:linux:yocto:sdks [2023-05-10 11:36] Urs Grafsoftware:linux:yocto:sdks [2023-05-10 11:58] Urs Graf
Zeile 1: Zeile 1:
 ====== SDKs ===== ====== SDKs =====
  
-There are different ways to develop software using the yocto project: Building natively (on the target), using the SDK, and using the Extensible SDK.+There are different ways to develop software using the yocto project:  
 +  * Use a full build, see [[software:linux:yocto:getting_started_cpp|Getting Started with Yocto and C/C++]]. 
 +  * Use an SDK, see [[sdk|SDK]]. 
 +  * Use the yocto workflow with an Extensible SDK, see below. 
 +  * Build natively (on the target), see below.
  
-===== SDK ===== 
- 
-See [[sdk|SDK]] 
  
 ===== Extensible SDK ===== ===== Extensible SDK =====
  
-The extensible SDK provides the yocto workflow without the need to first set up a full yocto build environment [[.:setup | Setup and Building]].+The extensible SDK provides the yocto workflow without the need to first set up a full yocto build environment [[.:setup | Setup and Building]], as this is already included in the eSDK.
  
 The eSDK must be installed in the same way as the SDK and before using it, you must run its source script. After this you rely on [[software:linux:yocto:devtool|devtool]]. The eSDK must be installed in the same way as the SDK and before using it, you must run its source script. After this you rely on [[software:linux:yocto:devtool|devtool]].