diff options
author | Mrinmayee Hingolikar <mrinmayee@ti.com> | 2013-10-21 18:30:16 +0530 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-01 16:14:12 -0400 |
commit | 15243e8ec3ce0652f7ddb7542df022306f40d888 (patch) | |
tree | f82f2b8026ef5b1ac5c5e994547a6b7cfe9bda6f /recipes-kernel | |
parent | 058a386cd13397ae0d27583381636f2c641cdb9e (diff) | |
download | meta-ti-15243e8ec3ce0652f7ddb7542df022306f40d888.tar.gz |
linux-ti-glsdk: Update to latest fixes
* Kernel source migration from git.ti.com to omapzoom.org. The development
tree is shared between the Linux and Android teams.This enables a common
kernel development platform for both the teams for better alignment.
* Add support for VIP and VPE
* Add wilink/wlan support
* Enable rpmsg/remoteproc driver for multimedia
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Acked-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-glsdk_3.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb index 291e8524..a843272a 100644 --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb | |||
@@ -18,15 +18,15 @@ DEFAULT_PREFERENCE = "-1" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | BRANCH = "master" | 21 | BRANCH ?= "p-ti-glsdk-3.8.y" |
22 | 22 | ||
23 | SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3" | 23 | SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1" |
24 | PV = "3.8.13" | 24 | PV = "3.8.13" |
25 | 25 | ||
26 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 26 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
27 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" | 27 | MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" |
28 | PR = "${MACHINE_KERNEL_PR}" | 28 | PR = "${MACHINE_KERNEL_PR}" |
29 | 29 | ||
30 | SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-kernel.git;protocol=git;branch=${BRANCH} \ | 30 | SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \ |
31 | file://defconfig \ | 31 | file://defconfig \ |
32 | " | 32 | " |