blob: 64a1055bdc090c1ba107e65dbcc403d876de146e (
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 poky-init-build-env
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
|