summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 352bb2f)
raw | patch | inline | side by side (parent: 352bb2f)
author | Chase Maupin <Chase.Maupin@ti.com> | |
Tue, 19 Mar 2013 15:10:40 +0000 (10:10 -0500) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Tue, 26 Mar 2013 18:32:45 +0000 (14:32 -0400) |
* 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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Add the omap-a15 SOC_FAMILY to the list of COMPATIBLE_MACHINEs
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
recipes-kernel/linux/linux-ti-staging_git.bb | patch | blob | history |
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index cfd4da00896264b66206235e779c5c783ec69ea9..3ff038de037675d33f12c190a7d46dd6865d7c15 100644 (file)
# 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"