summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-04-23 16:43:56 -0300
committerHiago De Franco <hiago.franco@toradex.com>2024-04-24 10:46:50 -0300
commit3c042fdce2c8d4e2fea5836be9fc49b49400fe7a (patch)
treefa4a2b30ba9c5d936868a8d267d4c574b81a4240
parentd5d48dc1cc1ab54b3a498a0d5ea19646cab381ee (diff)
machine: verdin-am62: make verdin-am62.inc name more generic
The make_dtb_boot_files python function can be also used to other future machines added to meta-toradex-ti, therefore make it naming more generic instead of calling it verdin-am62.inc. Related-to: ELB-5482 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r--conf/machine/tdx-utilities.inc (renamed from conf/machine/verdin-am62.inc)0
-rw-r--r--conf/machine/verdin-am62.conf2
2 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.inc b/conf/machine/tdx-utilities.inc
index a1c4a22..a1c4a22 100644
--- a/conf/machine/verdin-am62.inc
+++ b/conf/machine/tdx-utilities.inc
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index e5915b2..01a1e00 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -9,7 +9,7 @@ MACHINE_FEATURES:append = " tpm2"
MACHINE_EXTRA_RRECOMMENDS:append = " btnxpuartconf mwifiexconf"
-require conf/machine/verdin-am62.inc
+require conf/machine/tdx-utilities.inc
require conf/machine/include/am62xx.inc
do_image[mcdepends] = "mc::k3r5:virtual/bootloader:do_deploy"