summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-nuvoton
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-09-09 17:47:35 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-09 17:53:41 +0300
commitbb789d5694b3696a9aa81d2cd37a1c7f39908ed8 (patch)
treeb9a9fa6ad0637a2317e438db2291aa7ea4c86600 /meta-evb/meta-evb-nuvoton
parent5f8ad30b34eed6ef2984603f8cc17f4bd8d94c75 (diff)
downloadopenbmc-bb789d5694b3696a9aa81d2cd37a1c7f39908ed8.tar.xz
treewide: handle upstream TEMPLATECONF move
The latest poky commit is requiring us to have all of our template configs in a subdirectory instead of directly in the `conf` directory. Without this we end up with errors during setup like: ``` Error: TEMPLATECONF value (which is .../openbmc/meta-facebook/meta-bletchley/conf) must point to meta-some-layer/conf/templates/template-name ``` Fix this by moving all of our template files into the 'default' template subdirectory (following the pattern of poky) and modifying `setup` as necessary to follow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecefde73d55acbb6bc63ae3d68c4311adaf327ae
Diffstat (limited to 'meta-evb/meta-evb-nuvoton')
-rw-r--r--meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/bblayers.conf.sample (renamed from meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/bblayers.conf.sample)0
-rw-r--r--meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/local.conf.sample (renamed from meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/local.conf.sample)0
2 files changed, 0 insertions, 0 deletions
diff --git a/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/bblayers.conf.sample b/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/bblayers.conf.sample
index 25854dc74f..25854dc74f 100644
--- a/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/bblayers.conf.sample
+++ b/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/bblayers.conf.sample
diff --git a/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/local.conf.sample b/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/local.conf.sample
index 1c351700ed..1c351700ed 100644
--- a/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/local.conf.sample
+++ b/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/local.conf.sample