Search
Project
General
Profile
Sign in
Register
Home
Projects
Redmine shortcuts
Search
:
MitySOM-5CSX Altera Cyclone V
All Projects
Mity CPU Platforms
»
MitySOM-5CSX Altera Cyclone V
Overview
Activity
Wiki
Forums
Download (506 Bytes)
RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board
ยป poky_checkout.sh
Daniel Vincelette
, 12/15/2017 01:35 PM
#!/bin/bash
git clone git://git.yoctoproject.org/poky poky
-b
krogoth
pushd
poky
git clone git://git.openembedded.org/meta-openembedded
-b
krogoth
git clone git://git.openembedded.org/openembedded-core
-b
krogoth
git clone git://support.criticallink.com/home/git/meta-mitysom-5csx.git
-b
krogoth
git clone git://git.yoctoproject.org/meta-ti
-b
krogoth
git clone git://code.qt.io/yocto/meta-qt5.git
-b
5.7
git clone https://github.com/altera-opensource/meta-altera.git
-b
angstrom-v2015.12-yocto2.0
popd
(1-1/1)
Go to top
Loading...