diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2014-09-04 22:46:26 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-09-04 12:29:37 -0400 |
| commit | 4f6a9e5b984ec4f1c32c88bfc8df88486169b717 (patch) | |
| tree | 744e80f298a0c156f18631037c2760a8eb73a56b | |
| parent | a52b0f6c8a7bbc739657f232897045a58bc1b3c5 (diff) | |
| download | meta-ti-4f6a9e5b984ec4f1c32c88bfc8df88486169b717.tar.gz | |
linux-ti-staging: fix breakage in rpmsg/rproc caused by the merge
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -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 4a613adc..45dccefb 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb | |||
| @@ -44,11 +44,11 @@ S = "${WORKDIR}/git" | |||
| 44 | 44 | ||
| 45 | BRANCH = "ti-linux-3.14.y" | 45 | BRANCH = "ti-linux-3.14.y" |
| 46 | 46 | ||
| 47 | SRCREV = "4247372d2f38f7346e34063d38ac4adb3fe053c2" | 47 | SRCREV = "1cfe07e737fa842f9f93d80cee4e3b7f198bc566" |
| 48 | PV = "3.14.17" | 48 | PV = "3.14.17" |
| 49 | 49 | ||
| 50 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 50 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
| 51 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" | 51 | MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" |
| 52 | PR = "${MACHINE_KERNEL_PR}" | 52 | PR = "${MACHINE_KERNEL_PR}" |
| 53 | 53 | ||
| 54 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 54 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |
