From de917485fa6a53abb801232a46679fbcd352dcb8 Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Tue, 19 Jul 2022 14:59:40 -0500 Subject: [PATCH] k3conf: update SRCREV to add j721S2 fixes update the SHA for k3conf to pickup the j721s2 fixes Signed-off-by: Bryan Brattlof Signed-off-by: Ryan Eatmon --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb index af48337f..567e8d55 100644 --- a/recipes-devtools/k3conf/k3conf_git.bb +++ b/recipes-devtools/k3conf/k3conf_git.bb @@ -8,7 +8,7 @@ PV = "0.2+git${SRCPV}" COMPATIBLE_MACHINE = "k3" BRANCH ?= "master" -SRCREV = "4ca1c3d330bc1de779909e733483b09a1fc4fe44" +SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"