mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 15:42:17 +08:00

This follows the changes in oe-core, where templates are expected to be under conf/templates. (From meta-yocto rev: 29608bd03e1bffa124353061617b1d71370a4e5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
516 B
Plaintext
20 lines
516 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-64'.
|
|
|
|
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
|