Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
software:linux:yocto:setup [2022-09-29 11:33] Urs Grafsoftware:linux:yocto:setup [2023-04-28 16:07] Urs Graf
Zeile 19: Zeile 19:
 ===== Download ===== ===== Download =====
  
-Everything needed to build a basic image can be downloaded from the yocto project git server. Yocto projects are self contained and can therefore live anywhere on the filesystem.+Everything necessary to build a basic image can be downloaded from the yocto project git server. Yocto projects are self contained and can therefore live anywhere on the filesystem.
 This guide will assume that everything related to the build will live in a directory called ''yocto'' in the ''ubuntu'' user's home directory, i.e. ''/home/ubuntu/yocto/''. This guide will assume that everything related to the build will live in a directory called ''yocto'' in the ''ubuntu'' user's home directory, i.e. ''/home/ubuntu/yocto/''.
  
Zeile 165: Zeile 165:
 ''-c'' tells bitbake to only run a particular command rather than building the package(s) in the recipe. ''-c'' tells bitbake to only run a particular command rather than building the package(s) in the recipe.
 In this case that command is ''clean'', another example is ''fetch'' to fetch the necessary sources required by the recipe. In this case that command is ''clean'', another example is ''fetch'' to fetch the necessary sources required by the recipe.
 +
 +Results will be placed in ''build/tmp/deploy/'', e.g. images will be in ''build/tmp/deploy/images''.