summaryrefslogtreecommitdiffstats
path: root/meta/conf/templates
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-02-16 12:52:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-19 11:47:04 +0000
commitaa96c2064a874714cfe4bac2fa622690e4c27ee4 (patch)
tree99843b3179340ccde6ef2c289943533b5b4d9b55 /meta/conf/templates
parent661c0a8fd8fe7bff61cea82778c25cf24d791267 (diff)
downloadopenembedded-core-aa96c2064a874714cfe4bac2fa622690e4c27ee4.tar.gz
meta/conf/templates/default/conf-summary.txt: add a template summary
Existing conf-notes.txt is not adequate in situations where the user needs to select a config template from several, or get an overview of them and is interested only in a brief explanation of what the template is for, but not extended multi-paragraph instructions for how to use it. Such summaries can be provided via conf-summary.txt and this patch adds such a summary for the oe-core default template. Updates to the tools and a tool for selecting templates which will make specific use of the summary will follow. 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-summary.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/templates/default/conf-summary.txt b/meta/conf/templates/default/conf-summary.txt
new file mode 100644
index 0000000000..e49172fa0c
--- /dev/null
+++ b/meta/conf/templates/default/conf-summary.txt
@@ -0,0 +1 @@
+This is the default build configuration for the openembedded-core layer.