diff options
author | Chase Maupin <Chase.Maupin@ti.com> | 2013-03-19 10:10:40 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-26 14:32:45 -0400 |
commit | ff82dd3cc33659f242a189b7cacb792f36f8e099 (patch) | |
tree | c2a5630fe16d2f5769ee18387b4c143c7f9b5242 /recipes-kernel | |
parent | 352bb2f0a8a6c0d92ac7498e8117f4fa6d1c12fd (diff) | |
download | meta-ti-ff82dd3cc33659f242a189b7cacb792f36f8e099.tar.gz |
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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | 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 cfd4da00..3ff038de 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" | |||
32 | # for the specific beaglebone machine. | 32 | # for the specific beaglebone machine. |
33 | KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" | 33 | KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" |
34 | KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" | 34 | KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" |
35 | KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts" | ||
35 | 36 | ||
36 | COMPATIBLE_MACHINE = "ti33x" | 37 | COMPATIBLE_MACHINE = "ti33x|omap-a15" |
37 | 38 | ||
38 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
39 | 40 | ||