Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
software:linux:yocto:setup [2023-04-26 11:20] Urs Grafsoftware:linux:yocto:setup [2023-04-28 16:07] (aktuell) Urs Graf
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''.