mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Added KERNEL_DTB_OVERLAY_SUPPORT to common ti-soc include. This fixes the issue where the dtbs are build without symbols causing issue with overlays. Please note this increases the size of the dtb for all platform derived from ti-soc. So for custom boards disable it from local.conf to reduce size. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
6 lines
235 B
PHP
6 lines
235 B
PHP
# This is a generic TI SOC family. It is a superset of all other SOCs
|
|
# and platforms defined in meta-ti to allow BSP-level overrides.
|
|
SOC_FAMILY = "ti-soc"
|
|
KERNEL_DTB_OVERLAY_SUPPORT ?= "1"
|
|
require conf/machine/include/soc-family.inc
|