summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"