Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | |
| 2 | ### Shell environment set up for builds. ### |
| 3 | |
| 4 | You can now run 'bitbake <target>' |
| 5 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 6 | Common targets are: |
| 7 | core-image-minimal |
| 8 | core-image-sato |
| 9 | meta-toolchain |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | meta-ide-support |
| 11 | |
Brad Bishop | c68388fc | 2019-08-26 01:33:31 -0400 | [diff] [blame] | 12 | You can also run generated qemu images with a command like 'runqemu qemux86'. |
| 13 | |
| 14 | Other commonly useful commands are: |
| 15 | - 'devtool' and 'recipetool' handle common recipe tasks |
| 16 | - 'bitbake-layers' handles common layer tasks |
| 17 | - 'oe-pkgdata-util' handles common target package tasks |