diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2018-08-23 02:18:11 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-24 20:08:41 +0000 |
| commit | b59a343f1e7db2ce1468c86863b146c7024477ba (patch) | |
| tree | 648e499b0eb8297044eb8c8e97cd8205f0c168df /conf/machine | |
| parent | c6535857d680ad644ce8d07b6e42b6b8ebe380e3 (diff) | |
| download | meta-ti-b59a343f1e7db2ce1468c86863b146c7024477ba.tar.gz | |
am65xx-evm: Add PDK specific soc, boards and cores configuration
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/am65xx-evm.conf | 5 |
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" | |||
| 25 | IMAGE_BOOT_FILES = "u-boot.img" | 25 | IMAGE_BOOT_FILES = "u-boot.img" |
| 26 | 26 | ||
| 27 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 27 | do_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 | ||
| 30 | TI_PDK_LIMIT_SOCS = "am65xx" | ||
| 31 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" | ||
| 32 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" | ||
