| 1 |
DESCRIPTION FOR OE "CORE" |
| 2 |
------------------------------------------------------------------------------ |
| 3 |
|
| 4 |
The OpenEmbedded project has undergone various changes, we are now getting |
| 5 |
in sync with the recent developments. |
| 6 |
|
| 7 |
Make sure to fetch the org.openembedded.dev submodule: |
| 8 |
|
| 9 |
$ git submodule update --init |
| 10 |
|
| 11 |
To start building, make sure that you have installed all required software: |
| 12 |
|
| 13 |
http://wiki.openembedded.net/index.php/Required_software |
| 14 |
|
| 15 |
Also check: |
| 16 |
|
| 17 |
http://wiki.openembedded.net/index.php/OEandYourDistro |
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
NOTE: currently only our development feed is migrated to the new OE-core. Do |
| 22 |
not attempt to build other feeds, only dss11-devel has been migrated! |
| 23 |
|
| 24 |
Source the setup script: |
| 25 |
|
| 26 |
$ source setup-oe-core.sh targets/dss11-devel |
| 27 |
|
| 28 |
Start building: |
| 29 |
|
| 30 |
$ bitbake dss11-image |
| 31 |
|
| 32 |
|
| 33 |
|
| 34 |
DESCRIPTION FOR OE "CLASSIC" |
| 35 |
------------------------------------------------------------------------------ |
| 36 |
|
| 37 |
Make sure to fetch the org.openembedded.dev submodule: |
| 38 |
|
| 39 |
$ git submodule update --init |
| 40 |
|
| 41 |
To start building, make sure that you have installed all required software: |
| 42 |
|
| 43 |
http://wiki.openembedded.net/index.php/Required_software |
| 44 |
|
| 45 |
Also check: |
| 46 |
|
| 47 |
http://wiki.openembedded.net/index.php/OEandYourDistro |
| 48 |
|
| 49 |
Make sure to use at least bitbake version 1.8.18 |
| 50 |
|
| 51 |
|
| 52 |
|
| 53 |
Then source the setup script: |
| 54 |
|
| 55 |
$ source setup-oe.sh targets/dss11-devel |
| 56 |
|
| 57 |
|
| 58 |
Finally start building: |
| 59 |
|
| 60 |
$ bitbake dss11-image |
| 61 |
|
| 62 |
|
| 63 |
You will find the kernel and the rootfs images in: |
| 64 |
|
| 65 |
angstrom-devel-build/deploy/glibc/images/at91sam9g20ek |