mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
* Set the ti-pdk class variables which sets the list of devices and boards supported. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7 lines
185 B
PHP
7 lines
185 B
PHP
require conf/machine/include/keystone.inc
|
|
SOC_FAMILY_append = ":k2e"
|
|
|
|
# Set the list of device targets for ti-pdk class recipes
|
|
TI_PDK_LIMIT_SOCS = "k2e"
|
|
TI_PDK_LIMIT_BOARDS = "evmK2E"
|