From 78b8829d428e151c039ab74c4b0442a76a26c5c9 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 22 Apr 2021 02:53:25 +0000 Subject: [PATCH] dsptop: bump SRCREV for kernel 5.10 build fix bump SRCREV to latest to pick build fix for 5.10 kernel. this update picks commit 816485e68430 ("Merge pull request #1 in DBG/dsptop from for-5.10 to master") Signed-off-by: Praneeth Bajjuri Reviewed-by: Suman Anna --- recipes-bsp/dsptop/dsptop.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc index 6bc38373..31f775e2 100644 --- a/recipes-bsp/dsptop/dsptop.inc +++ b/recipes-bsp/dsptop/dsptop.inc @@ -1,7 +1,7 @@ # This corresponds to version 1.4.0 -SRCREV = "25e823b04e62af224dce97b90359b7569ce3fbb5" +SRCREV = "816485e68430bbec643eac9498bfa5303eb2c2e1" PV = "1.4.0" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}"