1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

j7-evm.conf: Correcting the core list for j7-evm (mpu2/3_x to mcu2/3_x)

There is no mpu2_1,mpu3_0,mpu3_1 for j7-evm. They should have been
mcu2_1,mcu3_0 and mcu3_1 respectively.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-08-28 18:46:48 +00:00
committed by Denys Dmytriyenko
parent 5ececd29f7
commit 49785d6915

View File

@@ -33,4 +33,4 @@ do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do
# Set the list of device targets for ti-pdk class recipes
TI_PDK_LIMIT_SOCS = "j721e"
TI_PDK_LIMIT_BOARDS = "j721e_evm"
TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mpu2_1 mpu3_0 mpu3_1 c66xdsp_1 c66xdsp_2 c7x_1"
TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"