mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
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
|