summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-06-03 17:11:45 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-06-04 16:34:03 -0400
commit3e1ab248af2417e0654197c31775bde6652b1bd4 (patch)
tree4635aab10a0d9c48d85d8a8826410f8f08b869e6
parent9772c16b8b4e08bb58c645fdf93b67857cc21b49 (diff)
downloadmeta-ti-3e1ab248af2417e0654197c31775bde6652b1bd4.tar.gz
linux-ti-staging: Add dra7xx-evm support
* Add the DTB entries for the dra7xx-evm machine type * Update to the latest git sources which have dra7xx-evm support. * Update the PV to match the latest source version Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
index 4b93932e..f62cbe24 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb
@@ -18,6 +18,7 @@ RDEPENDS_kernel-base_ti33x += "am33x-cm3 am33x-cm3-initscript"
18KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" 18KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts"
19KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" 19KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
20KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-sevm.dts arch/arm/boot/dts/omap5-uevm.dts" 20KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-sevm.dts arch/arm/boot/dts/omap5-uevm.dts"
21KERNEL_DEVICETREE_dra7xx-evm = "arch/arm/boot/dts/dra7-evm.dts"
21 22
22COMPATIBLE_MACHINE = "ti33x|omap-a15" 23COMPATIBLE_MACHINE = "ti33x|omap-a15"
23 24
@@ -26,8 +27,8 @@ S = "${WORKDIR}/git"
26BRANCH = "ti-linux-3.8.y" 27BRANCH = "ti-linux-3.8.y"
27 28
28# This commit corresponds to ti2013.04.00 release tag 29# This commit corresponds to ti2013.04.00 release tag
29SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0" 30SRCREV = "54d80897fd69e30702f3b6f115d77d37ad78f9ef"
30PV = "3.8.8" 31PV = "3.8.13"
31 32
32# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 33# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
33MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" 34MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}"