summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-08-14 02:00:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-14 04:13:21 +0000
commit832cb1ccbde71b458c96f6588b400ca67e9682e0 (patch)
tree1bacb9bdf8a001de9ee513be458687da31b295ab /conf
parente438a07c922b4be400cf1430160009581834445a (diff)
downloadmeta-ti-832cb1ccbde71b458c96f6588b400ca67e9682e0.tar.gz
j7-evm.conf: Adding TI_PDK_LIMIT_SOCS/BOARDS/CORES for j7
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-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"