summaryrefslogtreecommitdiffstats
path: root/.templateconf
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 /.templateconf
parent217b00d378f359689613ca4c0666bb2eed040f69 (diff)
downloadopenembedded-core-contrib-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 '.templateconf')
-rw-r--r--.templateconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.templateconf b/.templateconf
index 0bf5ecf1e5..e399e06acd 100644
--- a/.templateconf
+++ b/.templateconf
@@ -1,2 +1,2 @@
# Template settings
-TEMPLATECONF=${TEMPLATECONF:-meta/conf}
+TEMPLATECONF=${TEMPLATECONF:-meta/conf/templates/default}