Updated Home (markdown) authored by MSB's avatar MSB
......@@ -2,4 +2,15 @@ Welcome to the meta-intel-aero wiki!
meta-intel-aero is a sub components of Intel Aero Project. It contains custom yocto configuration to build yocto for Intel Aero Platform.
## Intel Aero Development Environment Setup:
\ No newline at end of file
## Intel Aero Development Environment Setup:
Instruction in the below link help to setup the development environment [here](http://www.yoctoproject.org/docs/1.8/yocto-project-qs/yocto-project-qs.html)
## Yocto for Intel Aero
### Get sources
To get Yocto **krogoth** branch run the following commands
git clone -b krogoth http://git.yoctoproject.org/git/poky
cd poky; export POKYSRC=`pwd`
\ No newline at end of file