From 5d0baba2ecc32ecc3dcc693449f882976392b71e Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Wed, 16 Dec 2020 14:50:01 -0600 Subject: [PATCH] k3conf: Update SRCREV to latest Update the k3conf to the latest SHA to pick up AM64. Signed-off-by: Dan Murphy --- 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 e4fa54c3..5becbf97 100644 --- a/recipes-devtools/k3conf/k3conf_git.bb +++ b/recipes-devtools/k3conf/k3conf_git.bb @@ -8,7 +8,7 @@ PV = "0.1+git${SRCPV}" COMPATIBLE_MACHINE = "k3" BRANCH ?= "master" -SRCREV = "1ff0c4f429e8e33d22b52ec002d9b97bbca6bf0b" +SRCREV = "7ee4c46379bb71dfa0677089841cb87eba9fbfea" SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"