From b59a343f1e7db2ce1468c86863b146c7024477ba Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Thu, 23 Aug 2018 02:18:11 +0000 Subject: am65xx-evm: Add PDK specific soc, boards and cores configuration Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/machine') 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" IMAGE_BOOT_FILES = "u-boot.img" do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" + +# Set the list of device targets for ti-pdk class recipes +TI_PDK_LIMIT_SOCS = "am65xx" +TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" +TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" -- cgit v1.2.3-54-g00ecf