summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti-soc.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-06-27 15:41:29 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-12 10:15:31 -0500
commitf963603abeffa359eddd971d423452737306b2be (patch)
treec0087f0a4ffe9816e7e49b6dcdf5f0c114739843 /meta-ti-bsp/conf/machine/include/ti-soc.inc
parente973385b53ce78847c095abbc2a281559a7833ce (diff)
downloadmeta-ti-f963603abeffa359eddd971d423452737306b2be.tar.gz
meta-ti-bsp: linux: Remove extra dtc flags for DT Overlays
This hides issues like missing flags that will cause issues for folks who build or re-build the kernel outside the Yocto environment. It is better to find these issues and fix them at the source in the Linux makefile, not mask issues here. Signed-off-by: Andrew Davis <afd@ti.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.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc
index 5125856f..e3a50fdd 100644
--- a/meta-ti-bsp/conf/machine/include/ti-soc.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc
@@ -11,4 +11,3 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
11 11
12# TI platforms all use devicetrees with overlays 12# TI platforms all use devicetrees with overlays
13MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" 13MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree"
14KERNEL_DTB_OVERLAY_SUPPORT ?= "1"