summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-04-10 13:21:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-04-10 13:24:00 +0200
commitccdc99d0b8361877eefbe293e4c7b4a5baee7234 (patch)
treeb64d4ccf795af8e33734915558c7eb374dcf56a8
parentcd55bccc3866ff71cc1c7a54cb9f83345b0d3f2f (diff)
templates: follow oe-cores directory layoutHEADmaster
oe-core commit dcca9ee6f0 ("oe-setup-builddir: Correct when validation of the templates dir is run") now checks that the second last directory must be named templates. Along with the files used by OE which needed the change the location of 'export' was also moved. Follow that here. Related-to: TEI-1063 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--tezi/default.xml2
-rw-r--r--tezi/integration.xml2
-rw-r--r--tezi/next.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tezi/default.xml b/tezi/default.xml
index dc0ade7..f70d77c 100644
--- a/tezi/default.xml
+++ b/tezi/default.xml
@@ -12,6 +12,6 @@
<!-- meta-toradex-distro is used for bumpSRCREV -->
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="0ceda8300f359e74364d00c3877a6bd8ec7701eb" upstream="master"/>
<project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="ffaaac602f33603bfc8e5a1fc88b73fa72c56b14" upstream="master">
- <copyfile dest="export" src="buildconf/export"/>
+ <copyfile dest="export" src="conf/templates/default/export"/>
</project>
</manifest>
diff --git a/tezi/integration.xml b/tezi/integration.xml
index 8d69f2b..f393b98 100644
--- a/tezi/integration.xml
+++ b/tezi/integration.xml
@@ -12,6 +12,6 @@
<!-- meta-toradex-distro is used for bumpSRCREV -->
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
<project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="master">
- <copyfile dest="export" src="buildconf/export"/>
+ <copyfile dest="export" src="conf/templates/default/export"/>
</project>
</manifest>
diff --git a/tezi/next.xml b/tezi/next.xml
index af46fba..e978c01 100644
--- a/tezi/next.xml
+++ b/tezi/next.xml
@@ -12,6 +12,6 @@
<!-- meta-toradex-distro is used for bumpSRCREV -->
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
<project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="master">
- <copyfile dest="export" src="buildconf/export"/>
+ <copyfile dest="export" src="conf/templates/default/export"/>
</project>
</manifest>