Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:yocto:yocto-toradex [2021-03-03 11:43] – angelegt Moritz Lammerichsoftware:linux:yocto:yocto-toradex [2021-05-03 14:48] Moritz Lammerich
Zeile 41: Zeile 41:
 </code> </code>
  
-==== Adding the NTB layers ====+==== Adding the OST layers ====
  
-The NTB specific recipes are maintained in the [[ software:linux:yocto:meta-ntb | meta-ntb]] layer.+The OST specific recipes are maintained in the [[ software:linux:yocto:meta-ost | meta-ost]] layer.
  
 change into the ''layers'' directory: change into the ''layers'' directory:
Zeile 51: Zeile 51:
 </code> </code>
  
-clone the [[ https://github.com/zechenturm/meta-ntb | meta-ntb ]] repository:+clone the [[ https://gitlab.ost.ch/tech/inf/public/meta-ost | meta-ost repository ]]:
  
 <code> <code>
-git clone https://github.com/zechenturm/meta-ntb+git clone https://gitlab.ost.ch/tech/inf/public/meta-ost
 </code> </code>
  
Zeile 67: Zeile 67:
 BBLAYERS ?= " \ BBLAYERS ?= " \
 ... ...
-${TOPDIR}/../layers/meta-ntb/meta-ntb +${TOPDIR}/../layers/meta-ost/meta-ost 
-${TOPDIR}/../layers/meta-ntb/meta-ntb-toradex \+${TOPDIR}/../layers/meta-ost/meta-ost-toradex \
 " "
 </code> </code>
Zeile 85: Zeile 85:
  
 <code> <code>
-bitbake ntb-image+bitbake ost-image
 </code> </code>
  
Zeile 93: Zeile 93:
  
 <code> <code>
-NTB_DEVBUILD = "1"+OST_DEVBUILD = "1"
 </code> </code>
  
Zeile 99: Zeile 99:
  
 <code> <code>
-bitbake ntb-image+bitbake ost-image
 </code> </code>