summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-12-09 13:37:16 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-12-11 18:37:24 -0500
commitac5e361a84f416b17c6064b40c5ea74687283085 (patch)
treea75925a7b2826c3f172b85c5d9415419e20a8a7c
parent1738b8b57267a16c277f798f3ac5d4d8af859828 (diff)
downloadmeta-ti-ac5e361a84f416b17c6064b40c5ea74687283085.tar.gz
linux-ti-staging: update to 3.12.4 with more fixes for release
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.12.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index 8965941f..129d67ad 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -14,6 +14,7 @@ RDEPENDS_kernel-base += "kernel-devicetree"
14# Add a run-time dependency for the PM firmware to be installed 14# Add a run-time dependency for the PM firmware to be installed
15# on the target file system. 15# on the target file system.
16RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" 16RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
17RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript"
17 18
18# Default is to package all dtb files for ti33x devices unless building 19# Default is to package all dtb files for ti33x devices unless building
19# for the specific beaglebone machine. 20# for the specific beaglebone machine.
@@ -31,8 +32,9 @@ S = "${WORKDIR}/git"
31 32
32BRANCH = "ti-linux-3.12.y" 33BRANCH = "ti-linux-3.12.y"
33 34
34SRCREV = "c077af8403a538e129164081cbe7527f22bb56b6" 35# Corresponds to ti2013.12.00 release
35PV = "3.12.2" 36SRCREV = "3b9c905e7ddbdf94ddaee40c5b8e9745a72afc6b"
37PV = "3.12.4"
36 38
37# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 39# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
38MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 40MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"