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-06-09 10:27] grafsoftware:linux:yocto:sdk [2022-05-24 16:36] Moritz Lammerich
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 ost-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:
  
 <code> <code>
-poky-glibc-x86_64-ntb-dev-image-armv7at2hf-neon-bblue-toolchain-3.0.2.host.manifest +poky-glibc-x86_64-ost-image-dev-armv7at2hf-neon-bblue-toolchain-3.0.2.host.manifest 
-poky-glibc-x86_64-ntb-dev-image-armv7at2hf-neon-bblue-toolchain-3.0.2.sh +poky-glibc-x86_64-ost-image-dev-armv7at2hf-neon-bblue-toolchain-3.0.2.sh 
-poky-glibc-x86_64-ntb-dev-image-armv7at2hf-neon-bblue-toolchain-3.0.2.target.manifest +poky-glibc-x86_64-ost-image-dev-armv7at2hf-neon-bblue-toolchain-3.0.2.target.manifest 
-poky-glibc-x86_64-ntb-dev-image-armv7at2hf-neon-bblue-toolchain-3.0.2.testdata.json+poky-glibc-x86_64-ost-image-dev-armv7at2hf-neon-bblue-toolchain-3.0.2.testdata.json
 </code> </code>
  
Zeile 49: Zeile 48:
  
 <code> <code>
-./tmp/deploy/sdk/poky-glibc-x86_64-ntb-dev-image-armv7at2hf-neon-bblue-toolchain-3.0.2.sh+./tmp/deploy/sdk/poky-glibc-x86_64-ost-image-dev-armv7at2hf-neon-bblue-toolchain-3.0.2.sh
 Poky (Yocto Project Reference Distro) SDK installer version 3.0.2 Poky (Yocto Project Reference Distro) SDK installer version 3.0.2
 ================================================================= =================================================================