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:start [2023-05-10 11:40] Urs Grafsoftware:linux:yocto:start [2023-05-10 15:11] Urs Graf
Zeile 22: Zeile 22:
  
   * Creating a recipe for the application and adding it to the image, see [[ .:getting_started_cpp | Getting Started with Yocto and C/C++]]. This method includes a full build of the image.   * Creating a recipe for the application and adding it to the image, see [[ .:getting_started_cpp | Getting Started with Yocto and C/C++]]. This method includes a full build of the image.
-  * Include the toolchain in the image and build natively (not recommended), see [[ .:sdks | SDK's]]. +  * Crosscompile with a cross development SDK, see [[ .:sdk | SDK]].
-  * SDK, see [[ .:sdks | SDK's]].+
   * Use the extensible SDK. With this, you use the regular yocto workflow without the need of building a complete image first, see [[ .:sdks | SDK's]].   * Use the extensible SDK. With this, you use the regular yocto workflow without the need of building a complete image first, see [[ .:sdks | SDK's]].
 +  * Include the toolchain in the image and build natively (not recommended), see [[ .:sdks | SDK's]].
  
  
Zeile 33: Zeile 33:
  
 ===== Image Download ===== ===== Image Download =====
- +Prebuilt images for our supported platforms together with SDK and extended SDK are available at [[ ..:images/start |Linux Images]].
-[[ ..:images/start ]]+
  
  
Zeile 43: Zeile 42:
  
 ===== ROS ===== ===== ROS =====
- +Work is under way to include [[ ros | ROS ]] in our builds.
-[[ ros ]]+
  
  
 +----
 +to be moved
  
 ===== User interface / General settings ===== ===== User interface / General settings =====