Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:yocto:introduction [2022-09-28 10:19] Urs Grafsoftware:linux:yocto:introduction [2023-05-10 14:33] (aktuell) Urs Graf
Zeile 43: Zeile 43:
 The BSP (board support package) is just a layer that provides a bootloader and kernel specific to the hardware that the BSP is for.  The BSP (board support package) is just a layer that provides a bootloader and kernel specific to the hardware that the BSP is for. 
  
-==== machines ====+==== Machines ====
  
 Machines are bitbake's way of managing harware specific settings. Machines are bitbake's way of managing harware specific settings.
Zeile 55: Zeile 55:
 See [[ .:kernel | Kernel ]] See [[ .:kernel | Kernel ]]
  
-===== SDK's ===== 
  
-There are essentially three ways to build on/for a yocto image: 
- 
-  * include the toolchain in the image and build natively (not recommended) 
-  * SDK 
-  * extensible SDK 
- 
-See [[ .:sdk | SDK's]]