diff options
author | 2018-03-21 00:43:31 +0000 | |
---|---|---|
committer | 2018-03-20 18:26:53 -0400 | |
commit | 190e2d2fcb36e29125b04a4295b1a7f161b7647b (patch) | |
tree | 6f43a1497be1f12f8987399f80af613b0e462291 | |
parent | a5f63768f074c5cd5019b79750c3563fa9ebf6c5 (diff) | |
download | meta-ti-190e2d2fcb36e29125b04a4295b1a7f161b7647b.tar.gz meta-ti-190e2d2fcb36e29125b04a4295b1a7f161b7647b.tar.bz2 meta-ti-190e2d2fcb36e29125b04a4295b1a7f161b7647b.zip |
linux-ti-staging: update to ti2018.00-rc3
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.14.bb | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb index 4ddc05b1..e35c00bf 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb @@ -6,4 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:" BRANCH = "ti-rt-linux-4.14.y" -SRCREV = "db3b593d65e8354388066a2f2b83848270ab6e64" +SRCREV = "684436586d348c99edb6009976639332a3b698a9" +PV = "4.14.27+git${SRCPV}" diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index 98402caa..d5eb77c7 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.14.bb @@ -54,8 +54,8 @@ S = "${WORKDIR}/git" BRANCH = "ti-lsk-linux-4.14.y" -SRCREV = "0becde7871f66cf5f20942b8f2230bb0660deffd" -PV = "4.14.26+git${SRCPV}" +SRCREV = "ad8707e96625508462b5dd40da14723755dfcc14" +PV = "4.14.28+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "a" |