Module: meta-ti Branch: dora Commit: 72138932ea6acd6a49fa0749853d6c22cac6d670 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=72138932ea6acd6a49fa0749853d6c22cac6d670
Author: Hao Zhang <[email protected]> Date: Tue Jun 10 07:29:45 2014 +0000 keystone: linux: add K2L and K2E DTB for RT build Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-kernel/linux/linux-keystone-rt_3.10.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb index eb4bbd2..70073f9 100644 --- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb @@ -14,6 +14,8 @@ MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" PR = "${MACHINE_KERNEL_PR}" KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" +KERNEL_DEVICETREE_k2e-evm = "k2e-evm.dtb" +KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb" KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
