From f9ab1858964949b6a442c9ddae5d0fbd53fb23f7 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 22 Apr 2021 02:53:24 +0000 Subject: [PATCH] gdbc6x: bump SRCREV for kernel 5.10 build fix bump SRCREV to latest to pick build fix for 5.10 kernel. this update picks commit dd0c82fb5763 ("Merge pull request #1 in DBG/gdbc6x from for-5.10 to master") Signed-off-by: Praneeth Bajjuri Reviewed-by: Suman Anna --- recipes-devtools/gdbc6x/gdbc6x.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-devtools/gdbc6x/gdbc6x.inc index f0d702a0..eeb18fb1 100644 --- a/recipes-devtools/gdbc6x/gdbc6x.inc +++ b/recipes-devtools/gdbc6x/gdbc6x.inc @@ -1,8 +1,8 @@ # This corresponds to version 1.1.0 -SRCREV = "d1d32c32fa9e40b48fabf5893487ccbd5790499c" +SRCREV = "dd0c82fb5763a6b32dc6d68e561efb66ab8283d7" PV = "1.1.0" -INC_PR = "r6" +INC_PR = "r7" SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}"