summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-evm.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-24 20:08:41 +0000
commitb59a343f1e7db2ce1468c86863b146c7024477ba (patch)
tree648e499b0eb8297044eb8c8e97cd8205f0c168df /conf/machine/am65xx-evm.conf
parentc6535857d680ad644ce8d07b6e42b6b8ebe380e3 (diff)
downloadmeta-ti-b59a343f1e7db2ce1468c86863b146c7024477ba.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/machine/am65xx-evm.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"