* Add the KERNEL_DEVICETREE definitions for omap5-evm * Add the omap-a15 SOC_FAMILY to the list of COMPATIBLE_MACHINEs
Signed-off-by: Chase Maupin <[email protected]> --- recipes-kernel/linux/linux-ti-staging_git.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 9ce507b..19b6254 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -32,8 +32,9 @@ DEPENDS_ti33x += "am33x-cm3" # for the specific beaglebone machine. KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" +KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts" -COMPATIBLE_MACHINE = "ti33x" +COMPATIBLE_MACHINE = "ti33x|omap-a15" S = "${WORKDIR}/git" -- 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
