blob: 3f3fad72b17155a50a0e1bc3727411d6701d2264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Building An Image
===
Simply run;
source setdevenv
bitbake oh-image
will result in a jffs2 image for the c7x0 series.
To build for the 770 change to
MACHINE = "nokia770"
in build/conf/local.conf
NOTE: The above commands must be run in the build directory. Running
them anywhere else will cause confusion.
Notes:
===
o Useful Links;
OE Homepage and wiki
http://openembedded.org
Koens PDA page has some nice tips;
http://dominion.kabel.utwente.nl/koen/pda/?page=software&sub=bb
|