poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: poky@lists.yoctoproject.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH] meta-poky/conf: move default templates to conf/templates/default/
Date: Wed, 24 Aug 2022 15:16:26 +0200	[thread overview]
Message-ID: <20220824131626.3567996-1-alex@linutronix.de> (raw)

This follows the changes in oe-core, where templates are expected
to be under conf/templates.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .templateconf                                                   | 2 +-
 meta-poky/conf/{ => templates/default}/bblayers.conf.sample     | 0
 meta-poky/conf/{ => templates/default}/conf-notes.txt           | 0
 meta-poky/conf/{ => templates/default}/local.conf.sample        | 0
 .../conf/{ => templates/default}/local.conf.sample.extended     | 0
 meta-poky/conf/{ => templates/default}/site.conf.sample         | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename meta-poky/conf/{ => templates/default}/bblayers.conf.sample (100%)
 rename meta-poky/conf/{ => templates/default}/conf-notes.txt (100%)
 rename meta-poky/conf/{ => templates/default}/local.conf.sample (100%)
 rename meta-poky/conf/{ => templates/default}/local.conf.sample.extended (100%)
 rename meta-poky/conf/{ => templates/default}/site.conf.sample (100%)

diff --git a/.templateconf b/.templateconf
index 0fe6f82..faf0348 100644
--- a/.templateconf
+++ b/.templateconf
@@ -1,2 +1,2 @@
 # Template settings
-TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
+TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
diff --git a/meta-poky/conf/bblayers.conf.sample b/meta-poky/conf/templates/default/bblayers.conf.sample
similarity index 100%
rename from meta-poky/conf/bblayers.conf.sample
rename to meta-poky/conf/templates/default/bblayers.conf.sample
diff --git a/meta-poky/conf/conf-notes.txt b/meta-poky/conf/templates/default/conf-notes.txt
similarity index 100%
rename from meta-poky/conf/conf-notes.txt
rename to meta-poky/conf/templates/default/conf-notes.txt
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample
similarity index 100%
rename from meta-poky/conf/local.conf.sample
rename to meta-poky/conf/templates/default/local.conf.sample
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/templates/default/local.conf.sample.extended
similarity index 100%
rename from meta-poky/conf/local.conf.sample.extended
rename to meta-poky/conf/templates/default/local.conf.sample.extended
diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/templates/default/site.conf.sample
similarity index 100%
rename from meta-poky/conf/site.conf.sample
rename to meta-poky/conf/templates/default/site.conf.sample
-- 
2.30.2


             reply	other threads:[~2022-08-24 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-24 13:16 Alexander Kanavin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-31 11:12 [PATCH] meta-poky/conf: move default templates to conf/templates/default/ Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220824131626.3567996-1-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --cc=poky@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).