summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-05-18 13:12:46 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-18 13:16:43 -0500
commitbc40ef339a88826ae270dc9ae5cd0f0487ac4980 (patch)
treeb1b31acfae0c9ae8c57bee314c0632f3597f16bc
parenta4f0f492f14059171ba515944bd9be3caf97c1d2 (diff)
downloadmeta-ti-bc40ef339a88826ae270dc9ae5cd0f0487ac4980.tar.gz
ti-kernel: Apply vendored dtb flags
Set the variables needed to put the DTBs into the same vendored directory structure as they are in the kernel. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc b/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
index a7eb476e..6edcd6d8 100644
--- a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc
@@ -7,3 +7,9 @@ def get_extra_dtc_args(d):
7 return "" 7 return ""
8 8
9EXTRA_DTC_ARGS += "${@get_extra_dtc_args(d)}" 9EXTRA_DTC_ARGS += "${@get_extra_dtc_args(d)}"
10
11# Tell the kernel class to install the DTBs in the same directory structure as
12# the kernel.
13KERNEL_DTBDEST = "${KERNEL_IMAGEDEST}/dtb"
14KERNEL_DTBVENDORED = "1"
15