summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-02-16 12:51:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-16 23:17:13 +0000
commita4fd595a2b15566f626dd2df7b84162dd3ba44a9 (patch)
treecbe7eaac916472785c64011793a4fd3a5b06b6a4 /meta/conf
parent33255c6af06bcb288dc7075f19f9036e4a9c8d81 (diff)
downloadpoky-a4fd595a2b15566f626dd2df7b84162dd3ba44a9.tar.gz
meta/conf/templates/default/conf-notes.txt: remove
This is present in the poky repository, even though it should not be: https://git.yoctoproject.org/poky/tree/meta/conf/templates/default I couldn't find which tool leaves the file in place when combining oe-core/bitbake/meta-yocto repos into poky, so this patch is rather a request to point me to where it happens (or just fix it directly there). Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/templates/default/conf-notes.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/conf/templates/default/conf-notes.txt b/meta/conf/templates/default/conf-notes.txt
deleted file mode 100644
index cfd1f1977b..0000000000
--- a/meta/conf/templates/default/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