diff options
author | 2016-07-02 03:02:31 +0000 | |
---|---|---|
committer | 2016-07-03 22:14:16 -0400 | |
commit | 2b475879bf1976ece4004ec5ceaecdbe689a452f (patch) | |
tree | 2b704a1ad9bc5a9d8caa48b809339e55321372fd | |
parent | e9974fd96b0fa85a87fdbf95339e1ad841cf4868 (diff) | |
download | meta-ti-2b475879bf1976ece4004ec5ceaecdbe689a452f.tar.gz meta-ti-2b475879bf1976ece4004ec5ceaecdbe689a452f.tar.bz2 meta-ti-2b475879bf1976ece4004ec5ceaecdbe689a452f.zip |
linux-ti-staging: update to ti2016.02-rc3 tag
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging-rt_4.4.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.4.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb index 69ce45b3..96cc74cb 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb @@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.4:" BRANCH = "ti-rt-linux-4.4.y" -SRCREV = "15267e879ed4a76c73c40f2e305a20f9d93252ff" +SRCREV = "52be87b097a0c15af2a6d30ff7743796a07c9da2" diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb index 535a0b57..7ebbd8a2 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb @@ -72,11 +72,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-lsk-linux-4.4.y" -SRCREV = "6580f85400b48d55d06f11d6b75c056399123a72" -PV = "4.4.13+git${SRCPV}" +SRCREV = "d369caf63f710d0fa8ea501d5201432082999aec" +PV = "4.4.14+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "b" +MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" |