diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-12-09 13:37:16 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-12-11 18:37:42 -0500 |
commit | e705228ff3986282b5851f7fd7b96672c4c22876 (patch) | |
tree | 610923c2060753c73f9123ff5dda2c6e85c0277c | |
parent | ea8dc988e3595fa408e64864b4fac84127680b1c (diff) | |
download | meta-ti-e705228ff3986282b5851f7fd7b96672c4c22876.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.bb | 6 |
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. |
16 | RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" | 16 | RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" |
17 | RDEPENDS_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 | ||
32 | BRANCH = "ti-linux-3.12.y" | 33 | BRANCH = "ti-linux-3.12.y" |
33 | 34 | ||
34 | SRCREV = "c077af8403a538e129164081cbe7527f22bb56b6" | 35 | # Corresponds to ti2013.12.00 release |
35 | PV = "3.12.2" | 36 | SRCREV = "3b9c905e7ddbdf94ddaee40c5b8e9745a72afc6b" |
37 | PV = "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 |
38 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | 40 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" |