summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/conf-notes.txt
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-31 13:12:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-01 10:07:02 +0100
commitc472d9ba9e970ad4c9bacf7851fcf6245fd03c40 (patch)
tree50391490446809b7e0f3cba00177c303c9df35c9 /meta-poky/conf/conf-notes.txt
parentb16ecb48f6d7b5c8f1806841212f43ec96b58ee8 (diff)
downloadpoky-c472d9ba9e970ad4c9bacf7851fcf6245fd03c40.tar.gz
meta-poky/conf: move default templates to conf/templates/default/
This follows the changes in oe-core, where templates are expected to be under conf/templates. (From meta-yocto rev: 29608bd03e1bffa124353061617b1d71370a4e5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/conf-notes.txt')
-rw-r--r--meta-poky/conf/conf-notes.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-poky/conf/conf-notes.txt b/meta-poky/conf/conf-notes.txt
deleted file mode 100644
index cfd1f1977b..0000000000
--- a/meta-poky/conf/conf-notes.txt
+++ /dev/null
@@ -1,19 +0,0 @@
1
2### Shell environment set up for builds. ###
3
4You can now run 'bitbake <target>'
5
6Common 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
14You can also run generated qemu images with a command like 'runqemu qemux86-64'.
15
16Other 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