diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-06-12 07:24:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-11 21:35:58 -0400 |
commit | 568a795646e4b59e4c83747497ed9a96a83d270e (patch) | |
tree | 7fe2dea12655019b64ffc6fb6aa38632608d5f65 /recipes-kernel | |
parent | dca7c77f7de285c7e2dda2ce4644acb08c5597d5 (diff) | |
download | meta-ti-568a795646e4b59e4c83747497ed9a96a83d270e.tar.gz |
linux-ti-staging: A/D fix for vpe firmware load race
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_3.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb index 1a2ade46..aec886c4 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb | |||
@@ -46,11 +46,11 @@ S = "${WORKDIR}/git" | |||
46 | 46 | ||
47 | BRANCH = "ti-linux-3.14.y" | 47 | BRANCH = "ti-linux-3.14.y" |
48 | 48 | ||
49 | SRCREV = "b5f2e56909fb8fc02325f621e05ae01c5532d594" | 49 | SRCREV = "ec217b864fc3bac452b9a2613ab9df7bacaaae08" |
50 | PV = "3.14.43+git${SRCPV}" | 50 | PV = "3.14.43+git${SRCPV}" |
51 | 51 | ||
52 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 52 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
53 | MACHINE_KERNEL_PR_append = "g" | 53 | MACHINE_KERNEL_PR_append = "h" |
54 | PR = "${MACHINE_KERNEL_PR}" | 54 | PR = "${MACHINE_KERNEL_PR}" |
55 | 55 | ||
56 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 56 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |