diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2025-07-25 16:48:34 -0400 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-25 16:08:43 -0500 |
| commit | 39e733427a7e8b333d3bc1cdd458fa9b328023dd (patch) | |
| tree | fdc982df37592fb54aca5039b7d0a13b42c8e38c /meta-ti-bsp/conf/machine/include/ti-soc.inc | |
| parent | 452a00785d40d1d2f5ac3ebf2dd4447abd37c3f8 (diff) | |
| download | meta-ti-39e733427a7e8b333d3bc1cdd458fa9b328023dd.tar.gz | |
meta-ti-bsp: move KERNEL_DTBVENDORED settings
Move KERNEL_DTBVENDORED settings from the kernel to ti-soc.inc
in the config scope.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti-soc.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc index 56ea9e47..2eefa8a0 100644 --- a/meta-ti-bsp/conf/machine/include/ti-soc.inc +++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc | |||
| @@ -14,3 +14,8 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" | |||
| 14 | 14 | ||
| 15 | # All machines should start off pointing at the default base kernel class | 15 | # All machines should start off pointing at the default base kernel class |
| 16 | KERNEL_BASE_CLASS = "kernel" | 16 | KERNEL_BASE_CLASS = "kernel" |
| 17 | |||
| 18 | # Tell the kernel class to install the DTBs in the same directory structure as | ||
| 19 | # the kernel | ||
| 20 | KERNEL_DTBDEST = "${KERNEL_IMAGEDEST}/dtb" | ||
| 21 | KERNEL_DTBVENDORED = "1" | ||
