Updated Home (markdown) authored by MSB's avatar MSB
......@@ -2,46 +2,3 @@ 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:
Follow Introduction to Yocto Development [Environment](http://www.yoctoproject.org/docs/1.8/yocto-project-qs/yocto-project-qs.html) to setup development machine
## 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`
Add Intel Aero support by getting _meta-intel-aero_ layer
git clone https://github.com/intel-aero/meta-intel-aero.git
### Set environment
Initialize build environment variables by running
source oe-init-build-env
Add **meta-intel-aero** layers by adding absolute path to _conf/bblayers.conf_
/home/myuser/mainline/krogoth/meta-intel-aero \
Copy meta-intel-bsp _conf/local.conf_
cp $POKYSRC/meta-intel-bsp/conf/local.conf conf/local.conf
### Build
**Sato:** Command to build Yocto minimal + X11 + Sato GUI and applications.
bitbake core-image-sato
### Prepare USB installer
##### Via Command Line:
**WARNING:** Please verify which is the path of the block device you want to modify (Replace sdX accordingly). Otherwise you can destroy your build system's hard disk!!
sudo dd if=tmp/deploy/images/genericx86_64/core-image-sato-genericx86-64.iso of=/dev/sdX bs=1M
\ No newline at end of file