Browse Source

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>
Alexander Kanavin 2 years ago
parent
commit
c472d9ba9e

+ 1 - 1
.templateconf

@@ -1,2 +1,2 @@
 # Template settings
-TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
+TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}

+ 0 - 0
meta-poky/conf/bblayers.conf.sample → meta-poky/conf/templates/default/bblayers.conf.sample


+ 0 - 0
meta-poky/conf/conf-notes.txt → meta-poky/conf/templates/default/conf-notes.txt


+ 0 - 0
meta-poky/conf/local.conf.sample → meta-poky/conf/templates/default/local.conf.sample


+ 0 - 0
meta-poky/conf/local.conf.sample.extended → meta-poky/conf/templates/default/local.conf.sample.extended


+ 0 - 0
meta-poky/conf/site.conf.sample → meta-poky/conf/templates/default/site.conf.sample