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-05-26 11:57] mlammerichsoftware: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:
  
Zeile 69: Zeile 68:
  
 The SDK includes a script that needs to be sourced in order to use the SDK. The SDK includes a script that needs to be sourced in order to use the SDK.
-This, among other thins, sets up the standard environment variables (such as ''CC'', ''LD'' and ''CFLAGS'').+This, among other things, sets up the standard environment variables (such as ''CC'', ''LD'' and ''CFLAGS'').
  
 The script is located in the SDK install directory and the install script tells you where to find it. The script is located in the SDK install directory and the install script tells you where to find it.