mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 06:19:40 +01:00
(From OE-Core rev: f89138e12c3021ed49aa7ccdf90543d2aaaad279) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
513 B
Plaintext
20 lines
513 B
Plaintext
|
|
### Shell environment set up for builds. ###
|
|
|
|
You can now run 'bitbake <target>'
|
|
|
|
Common targets are:
|
|
core-image-minimal
|
|
core-image-full-cmdline
|
|
core-image-sato
|
|
core-image-weston
|
|
meta-toolchain
|
|
meta-ide-support
|
|
|
|
You can also run generated qemu images with a command like 'runqemu qemux86'.
|
|
|
|
Other commonly useful commands are:
|
|
- 'devtool' and 'recipetool' handle common recipe tasks
|
|
- 'bitbake-layers' handles common layer tasks
|
|
- 'oe-pkgdata-util' handles common target package tasks
|