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 |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 8 | core-image-full-cmdline |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | core-image-sato |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 10 | core-image-weston |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | meta-toolchain |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 12 | meta-ide-support |
| 13 | |
Brad Bishop | c68388fc | 2019-08-26 01:33:31 -0400 | [diff] [blame] | 14 | You can also run generated qemu images with a command like 'runqemu qemux86'. |
| 15 | |
| 16 | Other commonly useful commands are: |
| 17 | - 'devtool' and 'recipetool' handle common recipe tasks |
| 18 | - 'bitbake-layers' handles common layer tasks |
| 19 | - 'oe-pkgdata-util' handles common target package tasks |