summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrinmayee Hingolikar <mrinmayee@ti.com>2013-10-21 18:30:16 +0530
committerDenys Dmytriyenko <denys@ti.com>2013-11-01 16:14:57 -0400
commit400dc74ceb551281cedd2e3ed0d30af2e3cf5e9b (patch)
tree24ff358567f4436eefd10dfd4b2a0bdf87e7b3e5
parent39d7d9de237557a8227fb10266c381adeacfa047 (diff)
downloadmeta-ti-400dc74ceb551281cedd2e3ed0d30af2e3cf5e9b.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>
-rw-r--r--recipes-kernel/linux/linux-ti-glsdk_3.8.bb8
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
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21BRANCH = "master" 21BRANCH ?= "p-ti-glsdk-3.8.y"
22 22
23SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3" 23SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
24PV = "3.8.13" 24PV = "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
27MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" 27MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}"
28PR = "${MACHINE_KERNEL_PR}" 28PR = "${MACHINE_KERNEL_PR}"
29 29
30SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-kernel.git;protocol=git;branch=${BRANCH} \ 30SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \
31 file://defconfig \ 31 file://defconfig \
32 " 32 "