Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:yocto:sdk [2022-09-28 10:35] Urs Grafsoftware:linux:yocto:sdk [2022-09-29 11:37] Urs Graf
Zeile 1: Zeile 1:
 ====== SDK ====== ====== SDK ======
- 
-===== Build Natively ===== 
- 
-This is the simplest but also least useful way to build packages for yocto. 
-By default, there is no toolchain installed in the image. 
- 
-To add the toolchain to an image, append ''tools-sdk'' to ''CORE_IMAGE_INSTALL''. 
- 
-<code> 
-CORE_IMAGE_INSTALL_append  = " tools-sdk" 
-</code> 
- 
-Note that this will significantly increase image size and build time. 
  
 ===== Cross Development SDK ===== ===== Cross Development SDK =====