summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-12-15 08:59:13 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-12-15 10:59:24 +0100
commit7ff049700175a87b939230a7402d7d85b78a6719 (patch)
treefe97bff95cdcb25b58873fb97f0e3648314bca03
parent722e6b1981f9060df3a4de2624231e5bd82a880e (diff)
distro: keep vendor dirs in fitimage nodes
openembedded-core commit 941ba1a132 ("kernel-fitImage: Strip path component from dtb") changed to remove the vendor path components from fitimage nodes by default. This would require to change our bootscripts. Set the variable 'KERNEL_DTBVENDORED' to get the old behaviour back. Related-to: TEI-1143 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/distro/include/tdx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc
index e6f0052..e25f1b1 100644
--- a/conf/distro/include/tdx-base.inc
+++ b/conf/distro/include/tdx-base.inc
@@ -85,3 +85,6 @@ PREFERRED_PROVIDER_opencl-headers:imxgpu = "imx-gpu-viv"
PREFERRED_PROVIDER_opencl-clhpp:imxgpu = "imx-gpu-viv"
PREFERRED_PROVIDER_opencl-icd-loader:imxgpu = "imx-gpu-viv"
PREFERRED_RPROVIDER_opencl-icd-loader:imxgpu = "libopencl-imx"
+
+# keep the dtb vendor directories in fitimage node names
+KERNEL_DTBVENDORED = "1"