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:toradex:toradex-build [2019-10-16 10:15] mlammerichsoftware:linux:toradex:toradex-build [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1
Zeile 1: Zeile 1:
-====== Building a New Image ====== 
  
-Images are built using bitbake and yocto. 
- 
-The build process is based on [[ https://developer.toradex.com/knowledge-base/board-support-package/openembedded-%28core%29#update-to-a-specific-version-by-using-its-tag | this toradex guide ]]. 
- 
-===== Customising the Toradex image ===== 
- 
-==== Adding a custom application ==== 
- 
-A custom application can be added to a yocto build by means of a new recipes and a new layer. 
- 
-== Additional Information == 
- 
-[[ https://blog.mbedded.ninja/programming/embedded-linux/yocto-project/adding-a-custom-app-to-a-yocto-build/ ]] 
- 
-[[ https://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_principles ]] 
- 
-===== Building the SDK ===== 
- 
-To build the SDK for an image append '' -c populate_sdk'' to the bitbake build command. 
- 
-For example, to build the SDK for the standard toradex image ''console-tdx-image'' run ''bitbake console-tdx-image -c populate_sdk'' 
- 
-For more information check the [[ https://developer.toradex.com/knowledge-base/linux-sdks | Toradex guide ]].