diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-21 12:22:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-21 21:55:48 +0100 |
commit | a549868e3dae0600ccee027e6daf0f90d97d9399 (patch) | |
tree | 279dd78541c809ca469a7dfbd10c7dbf74543030 /meta | |
parent | 58ab85d3e005476ab5bcc288ad421c0c5d1e0582 (diff) | |
download | poky-a549868e3dae0600ccee027e6daf0f90d97d9399.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 OE-Core rev: b19f8e9eb67894bbac145e807bf2e1b330dc1cd9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | ||