summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/j7-evm.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 17d48d02..1cb9aff5 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -28,4 +28,9 @@ OPTEEOUTPUTMACHINE = "k3"
28IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 28IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
29WKS_FILE = "sdimage-bootpart.wks" 29WKS_FILE = "sdimage-bootpart.wks"
30 30
31# Set the list of device targets for ti-pdk class recipes
32TI_PDK_LIMIT_SOCS = "j721e"
33TI_PDK_LIMIT_BOARDS = "j721e_evm"
34TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mpu2_1 mpu3_0 mpu3_1 c66xdsp_1 c66xdsp_2 c7x_1"
35
31do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 36do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"