This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
Make sure to fetch the org.openembedded.dev submodule: |
| 2 |
|
| 3 |
$ git submodule update --init |
| 4 |
|
| 5 |
To start building, make sure that you have installed all required software: |
| 6 |
|
| 7 |
http://wiki.openembedded.net/index.php/Required_software |
| 8 |
|
| 9 |
Also check: |
| 10 |
|
| 11 |
http://wiki.openembedded.net/index.php/OEandYourDistro |
| 12 |
|
| 13 |
Make sure to use at least bitbake version 1.8.18 |
| 14 |
|
| 15 |
|
| 16 |
|
| 17 |
Then source the setup script: |
| 18 |
|
| 19 |
$ source setup-oe.sh targets/dss11 |
| 20 |
|
| 21 |
|
| 22 |
Finally start building: |
| 23 |
|
| 24 |
$ bitbake dss-image |
| 25 |
|
| 26 |
|
| 27 |
You will find the kernel and the rootfs images in: |
| 28 |
|
| 29 |
angstrom-build/deploy/glibc/images/at91sam9g20ek |