RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board ยป poky_checkout.sh
| 1 | #!/bin/bash
 | 
|---|---|
| 2 | git clone git://git.yoctoproject.org/poky poky -b krogoth
 | 
| 3 | pushd poky
 | 
| 4 | git clone git://git.openembedded.org/meta-openembedded -b krogoth
 | 
| 5 | git clone git://git.openembedded.org/openembedded-core -b krogoth  
 | 
| 6 | git clone git://support.criticallink.com/home/git/meta-mitysom-5csx.git -b krogoth
 | 
| 7 | git clone git://git.yoctoproject.org/meta-ti -b krogoth
 | 
| 8 | git clone git://code.qt.io/yocto/meta-qt5.git -b 5.7
 | 
| 9 | git clone https://github.com/altera-opensource/meta-altera.git -b angstrom-v2015.12-yocto2.0
 | 
| 10 | popd
 | 
| 11 |  | 
 
  
  