[meta-ti] [PATCH 3/3] keystone: k2e-evm config: add k2e-evm machine config
Denys Dmytriyenko
denys at ti.com
Fri May 16 12:31:19 PDT 2014
On Fri, May 16, 2014 at 03:22:28PM -0400, hzhang at ti.com wrote:
> From: Hao Zhang <hzhang at ti.com>
>
> Add a new k2e-evm machine config for Keystone II SoC family.
>
> Signed-off-by: Hao Zhang <hzhang at ti.com>
> ---
> 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%)
Ok, this one is much better to review! Not sure why #2 wasn't done like this.
I mostly like it. Still the same comment about COMPATIBLE_MACHINE below for
the boot-monitor.
> 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"
Why can't use use the SOC family here:
COMPATIBLE_MACHINE = "keystone"
> SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
>
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list