diff options
| author | Chase Maupin <Chase.Maupin@ti.com> | 2013-06-03 17:11:45 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-06-04 16:35:15 -0400 |
| commit | b0eb4888a4cc9d300e061e344c5dfc578390ec14 (patch) | |
| tree | f5a0be3348b3f117ed81d3ff8a4b34a9f53831df /recipes-kernel | |
| parent | 37f543f6184ea806613b3e08f5d7f3a82e47c904 (diff) | |
| download | meta-ti-b0eb4888a4cc9d300e061e344c5dfc578390ec14.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>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-ti-staging_3.8.bb | 5 |
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" | |||
| 18 | KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" | 18 | KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" |
| 19 | KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" | 19 | KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" |
| 20 | KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-sevm.dts arch/arm/boot/dts/omap5-uevm.dts" | 20 | KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-sevm.dts arch/arm/boot/dts/omap5-uevm.dts" |
| 21 | KERNEL_DEVICETREE_dra7xx-evm = "arch/arm/boot/dts/dra7-evm.dts" | ||
| 21 | 22 | ||
| 22 | COMPATIBLE_MACHINE = "ti33x|omap-a15" | 23 | COMPATIBLE_MACHINE = "ti33x|omap-a15" |
| 23 | 24 | ||
| @@ -26,8 +27,8 @@ S = "${WORKDIR}/git" | |||
| 26 | BRANCH = "ti-linux-3.8.y" | 27 | BRANCH = "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 |
| 29 | SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0" | 30 | SRCREV = "54d80897fd69e30702f3b6f115d77d37ad78f9ef" |
| 30 | PV = "3.8.8" | 31 | PV = "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 |
| 33 | MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" | 34 | MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" |
