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