summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-09-04 22:46:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-09-04 12:29:37 -0400
commit4f6a9e5b984ec4f1c32c88bfc8df88486169b717 (patch)
tree744e80f298a0c156f18631037c2760a8eb73a56b /recipes-kernel
parenta52b0f6c8a7bbc739657f232897045a58bc1b3c5 (diff)
downloadmeta-ti-4f6a9e5b984ec4f1c32c88bfc8df88486169b717.tar.gz
linux-ti-staging: fix breakage in rpmsg/rproc caused by the merge
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb4
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
45BRANCH = "ti-linux-3.14.y" 45BRANCH = "ti-linux-3.14.y"
46 46
47SRCREV = "4247372d2f38f7346e34063d38ac4adb3fe053c2" 47SRCREV = "1cfe07e737fa842f9f93d80cee4e3b7f198bc566"
48PV = "3.14.17" 48PV = "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
51MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" 51MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}"
52PR = "${MACHINE_KERNEL_PR}" 52PR = "${MACHINE_KERNEL_PR}"
53 53
54KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 54KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"