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:sdk [2023-04-25 11:08] Moritz Lammerichsoftware:linux:yocto:sdk [2023-11-16 16:16] (aktuell) Urs Graf
Zeile 27: Zeile 27:
  
 ==== 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.+The sdk can be built as described above or can be fetched from [[software:linux:images:start|Linux Images]]. It does do not need to be extracted any further. Building the SDK will generate a few files. The most important one being a ''.sh'' script that is used to install the SDK.
 For example, building the SDK yields: For example, building the SDK yields:
  
Zeile 85: Zeile 85:
 <code> <code>
 . path/to/sdk/environment-setup-aarch64-linux-<arch> . path/to/sdk/environment-setup-aarch64-linux-<arch>
-pushd path/to/sdk/sysroot/<arch>/usr/kernel+pushd path/to/sdk/sysroot/<arch>/usr/src/kernel
 make scripts make scripts
 make prepare make prepare