diff options
-rw-r--r-- | meta/conf/conf-notes.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt index f1a4f4da14..5af13a8357 100644 --- a/meta/conf/conf-notes.txt +++ b/meta/conf/conf-notes.txt | |||
@@ -9,4 +9,9 @@ Common targets are: | |||
9 | meta-toolchain | 9 | meta-toolchain |
10 | meta-ide-support | 10 | meta-ide-support |
11 | 11 | ||
12 | You can also run generated qemu images with a command like 'runqemu qemux86' | 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 | ||