summaryrefslogtreecommitdiffstats
path: root/meta/conf/conf-notes.txt
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-31 13:11:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-01 10:05:42 +0100
commit214c3dc91ceb1557b62ad3a359c72cfc9b2bf4f0 (patch)
treef5c5feb41377cc8b24c555c08532ee7e4bcbdc74 /meta/conf/conf-notes.txt
parent217b00d378f359689613ca4c0666bb2eed040f69 (diff)
downloadopenembedded-core-214c3dc91ceb1557b62ad3a359c72cfc9b2bf4f0.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/conf-notes.txt')
-rw-r--r--meta/conf/conf-notes.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt
deleted file mode 100644
index cfd1f1977b..0000000000
--- a/meta/conf/conf-notes.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-### Shell environment set up for builds. ###
-
-You can now run 'bitbake <target>'
-
-Common targets are:
- core-image-minimal
- core-image-full-cmdline
- core-image-sato
- core-image-weston
- meta-toolchain
- meta-ide-support
-
-You can also run generated qemu images with a command like 'runqemu qemux86-64'.
-
-Other commonly useful commands are:
- - 'devtool' and 'recipetool' handle common recipe tasks
- - 'bitbake-layers' handles common layer tasks
- - 'oe-pkgdata-util' handles common target package tasks