mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-22 12:39:02 +00:00
This adds a facility to define multiple supported BSPs with their own preferences for individual components, as well as lets machine configs specify conditional configurations for different BSPs. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
9 lines
341 B
PHP
9 lines
341 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"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
# TI platforms all use devicetrees with overlays
|
|
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree"
|
|
KERNEL_DTB_OVERLAY_SUPPORT ?= "1"
|