All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] .templateconf: Mark "meta/conf" as an invalid path for templates
@ 2022-09-22 12:47 Peter Kjellerstedt
  2022-09-22 12:47 ` [PATCH 2/2] oe-setup-builddir: Do not hardcode invalid paths " Peter Kjellerstedt
  0 siblings, 1 reply; 26+ messages in thread
From: Peter Kjellerstedt @ 2022-09-22 12:47 UTC (permalink / raw)
  To: openembedded-core

Previously this was hardcoded in oe-setup-builddir.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 .templateconf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.templateconf b/.templateconf
index e399e06acd..8e4a9ebdc6 100644
--- a/.templateconf
+++ b/.templateconf
@@ -1,2 +1,3 @@
 # Template settings
 TEMPLATECONF=${TEMPLATECONF:-meta/conf/templates/default}
+INVALID_TEMPLATECONFS=meta/conf


^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2022-09-28 13:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 12:47 [PATCH 1/2] .templateconf: Mark "meta/conf" as an invalid path for templates Peter Kjellerstedt
2022-09-22 12:47 ` [PATCH 2/2] oe-setup-builddir: Do not hardcode invalid paths " Peter Kjellerstedt
2022-09-22 13:14   ` [OE-core] " Richard Purdie
2022-09-22 13:25     ` Peter Kjellerstedt
2022-09-22 15:52       ` Alexander Kanavin
2022-09-22 19:56         ` Peter Kjellerstedt
2022-09-22 20:32         ` Richard Purdie
2022-09-22 21:53           ` Alexander Kanavin
     [not found]           ` <17174D5BCC8D1164.8129@lists.openembedded.org>
2022-09-26 17:09             ` Alexander Kanavin
2022-09-27 14:56           ` Peter Kjellerstedt
2022-09-27 15:29             ` Alexander Kanavin
     [not found]             ` <1718C14CEB633922.9698@lists.openembedded.org>
2022-09-27 15:42               ` Alexander Kanavin
2022-09-27 16:06                 ` Peter Kjellerstedt
2022-09-27 16:16                   ` Alexander Kanavin
2022-09-27 18:53                     ` Peter Kjellerstedt
2022-09-27 19:58                       ` Alexander Kanavin
2022-09-27 21:31                         ` Peter Kjellerstedt
2022-09-27 21:50                           ` Alexander Kanavin
2022-09-28  9:54                             ` Peter Kjellerstedt
2022-09-28 10:59                               ` Alexander Kanavin
2022-09-28 12:45                                 ` Peter Kjellerstedt
2022-09-28 13:24                                   ` Alexander Kanavin
     [not found]                               ` <17190128C53AF22E.9603@lists.openembedded.org>
2022-09-28 11:05                                 ` Alexander Kanavin
2022-09-27 17:04                   ` Alexander Kanavin
2022-09-27 19:22                     ` Peter Kjellerstedt
2022-09-27 20:39                       ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.