summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-21 12:23:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 21:58:09 +0100
commit5040d131ca49eed5302ad15c5f58865591355269 (patch)
tree00061f7494998d344ca4336825bd2206f69e4cd4 /meta-poky
parenta549868e3dae0600ccee027e6daf0f90d97d9399 (diff)
downloadpoky-5040d131ca49eed5302ad15c5f58865591355269.tar.gz
conf/conf-notes.txt: add a mention of common tools
They remain not as widely known as they should be; perhaps mentioning them in the environment init banner could help. (From meta-yocto rev: 66777ed9a12e6a651b95859ecc2919aa88c128ba) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/conf-notes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-poky/conf/conf-notes.txt b/meta-poky/conf/conf-notes.txt
index f1a4f4da14..67c177db40 100644
--- a/meta-poky/conf/conf-notes.txt
+++ b/meta-poky/conf/conf-notes.txt
@@ -10,3 +10,8 @@ Common targets are:
10 meta-ide-support 10 meta-ide-support
11 11
12You can also run generated qemu images with a command like 'runqemu qemux86' 12You can also run generated qemu images with a command like 'runqemu qemux86'
13
14Other 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