summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-08-23 02:18:11 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-23 16:57:03 +0000
commit3bcc2b1a76cc99bfa23c02826a5e41837dc6da22 (patch)
treec982624ec57ee251858f524e94f7698a51b9c55b /conf
parent70e5f882a6bcfed45f6da57df57426e70e222b5d (diff)
downloadmeta-ti-3bcc2b1a76cc99bfa23c02826a5e41837dc6da22.tar.gz
am65xx-evm: Add PDK specific soc, boards and cores configuration
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am65xx-evm.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 08dbc9e8..82ee02c1 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -25,3 +25,8 @@ WKS_FILE = "sdimage-bootpart.wks"
25IMAGE_BOOT_FILES = "u-boot.img" 25IMAGE_BOOT_FILES = "u-boot.img"
26 26
27do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 27do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
28
29# Set the list of device targets for ti-pdk class recipes
30TI_PDK_LIMIT_SOCS = "am65xx"
31TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk"
32TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0"