Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:yocto:sdk [2020-06-09 10:27] grafsoftware:linux:yocto:sdk [2021-11-08 14:12] – Typo in bitbake CLI command populate_sdk Marco Fuchs
Zeile 19: Zeile 19:
 Yocto provides an SDK package that can be built for an image to match possible dependencies in the image. Yocto provides an SDK package that can be built for an image to match possible dependencies in the image.
  
-==== Building thhe SDK ====+==== Building the SDK ====
 run this command to generate a cross development SDK: run this command to generate a cross development SDK:
  
 <code> <code>
-bitbake <image name> -c poulate_sdk+bitbake <image name> -c populate_sdk
 # for example: # for example:
-bitbake ntb-prod-image -c pouplate_sdk+bitbake ntb-prod-image -c populate_sdk
 </code> </code>
  
Zeile 32: Zeile 32:
  
 ==== Installing the SDK ==== ==== Installing the SDK ====
- +The sdk can be built as described above or can be fetched from [[software:linux:images:start|Linux Images]]. Building the SDK will generate a few files. The most important one being a ''.sh'' script that is used to install the SDK.
-Buildig the SDK will generate a few files. The most important one being a ''.sh'' script that is used to isntall the SDK.+
 For example, building the SDK yields: For example, building the SDK yields: