mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 12:09:15 +00:00
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@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
|