summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
index 39f0e31d..29ffebc2 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb
@@ -26,12 +26,12 @@ S = "${WORKDIR}/git"
26 26
27BRANCH = "ti-linux-3.8.y" 27BRANCH = "ti-linux-3.8.y"
28 28
29# This commit corresponds to ti2013.04.00 release tag 29# This commit corresponds to ti2013.04.02 release tag
30SRCREV = "e7460f2acdea5c9b766c7eb76bad5ab2ed7e566c" 30SRCREV = "f3cb62a800ae37f17a3382b10d155ee02dbc83fc"
31PV = "3.8.13" 31PV = "3.8.13"
32 32
33# 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
34MACHINE_KERNEL_PR_append = "e+gitr${SRCPV}" 34MACHINE_KERNEL_PR_append = "f+gitr${SRCPV}"
35 35
36SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 36SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
37 file://defconfig \ 37 file://defconfig \