From: Hao Zhang <[email protected]> Add a new k2e-evm machine config for Keystone II SoC family.
Signed-off-by: Hao Zhang <[email protected]> --- conf/machine/{k2hk-evm.conf => k2e-evm.conf} | 8 ++++---- recipes-bsp/boot-monitor/boot-monitor_git.bb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) copy conf/machine/{k2hk-evm.conf => k2e-evm.conf} (79%) diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2e-evm.conf similarity index 79% copy from conf/machine/k2hk-evm.conf copy to conf/machine/k2e-evm.conf index 2885335..551587f 100644 --- a/conf/machine/k2hk-evm.conf +++ b/conf/machine/k2e-evm.conf @@ -1,12 +1,12 @@ #@TYPE: Machine -#@NAME: Keystone 2 machine -#@DESCRIPTION: Machine configuration for the TI Keystone 2 +#@NAME: Keystone 2 K2E machine +#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E EVM require conf/machine/include/keystone.inc -UBOOT_MACHINE = "k2hk_evm_config" +UBOOT_MACHINE = "k2e_evm_config" -BOOT_MONITOR_MAKE_TARGET = "k2hk" +BOOT_MONITOR_MAKE_TARGET = "k2e" IMAGE_FSTYPES += "ubi tar.gz cpio" diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 0761d83..b3aa806 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb @@ -8,7 +8,7 @@ BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" -COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm" +COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|k2e-evm" SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" -- 1.7.9.5 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
