diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-31 13:11:49 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-16 17:11:11 +0000 |
| commit | d369a45ae7c6b82f7ae337a56a673eed5afc461b (patch) | |
| tree | 0c055c9a747592b76e9d60f66387937f0676a71b /meta/conf/templates | |
| parent | 44311c454d0b0856f58cfa6fa60669903b2ba3af (diff) | |
| download | poky-d369a45ae7c6b82f7ae337a56a673eed5afc461b.tar.gz | |
meta/conf: move default configuration templates into meta/conf/templates/default
This sets the ground for standardizing (and enforcing) the location of
configuration templates: let's start with the default one.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/templates')
| -rw-r--r-- | meta/conf/templates/default/conf-notes.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/templates/default/conf-notes.txt b/meta/conf/templates/default/conf-notes.txt new file mode 100644 index 0000000000..cfd1f1977b --- /dev/null +++ b/meta/conf/templates/default/conf-notes.txt | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | |||
| 2 | ### Shell environment set up for builds. ### | ||
| 3 | |||
| 4 | You can now run 'bitbake <target>' | ||
| 5 | |||
| 6 | Common targets are: | ||
| 7 | core-image-minimal | ||
| 8 | core-image-full-cmdline | ||
| 9 | core-image-sato | ||
| 10 | core-image-weston | ||
| 11 | meta-toolchain | ||
| 12 | meta-ide-support | ||
| 13 | |||
| 14 | You can also run generated qemu images with a command like 'runqemu qemux86-64'. | ||
| 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 | ||
