From a6c41e174fffd1c3058ea89118fb1a4b5156276d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 17 Apr 2019 07:40:49 +0000 Subject: [PATCH] linux-ti-staging: update to 4.19.31 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb index adb4976b..fb0b5658 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:" BRANCH = "ti-rt-linux-4.19.y" -SRCREV = "dd79f85919e94693a894edd21cae767d74751961" -PV = "4.19.25+git${SRCPV}" +SRCREV = "c171467564dc18a2e98addb39c9f2a4a4bc85a64" +PV = "4.19.31+git${SRCPV}" diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb index 3cd1a878..ad304ac4 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.19.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb @@ -56,11 +56,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-4.19.y" -SRCREV = "85f9077a5ff8ee28e1415be4c5174c6fd71ee968" -PV = "4.19.25+git${SRCPV}" +SRCREV = "de6804e24ef22025df6fb1dd3fb9e35d982540e2" +PV = "4.19.31+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"