From c472d9ba9e970ad4c9bacf7851fcf6245fd03c40 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 31 Aug 2022 13:12:25 +0200 Subject: 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 Signed-off-by: Richard Purdie --- .templateconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.templateconf') diff --git a/.templateconf b/.templateconf index 0fe6f82503..faf0348077 100644 --- a/.templateconf +++ b/.templateconf @@ -1,2 +1,2 @@ # Template settings -TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf} +TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default} -- cgit v1.2.3-54-g00ecf