[meta-ti] Chase Maupin : linux-ti-staging: Add OMAP5 support
Arago Project git
git at arago-project.org
Tue Mar 26 11:36:18 PDT 2013
Module: meta-ti
Branch: master
Commit: ff82dd3cc33659f242a189b7cacb792f36f8e099
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=ff82dd3cc33659f242a189b7cacb792f36f8e099
Author: Chase Maupin <Chase.Maupin at ti.com>
Date: Tue Mar 19 10:10:40 2013 -0500
linux-ti-staging: Add OMAP5 support
* 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 <Chase.Maupin at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
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 cfd4da0..3ff038d 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"
More information about the meta-ti
mailing list