From e2017737e246f9ca1f05b471463fb6dff2b2cb98 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 15 Apr 2021 18:29:03 +0800 Subject: [PATCH] rcw: update to 1caebba Fix RCW binary decoding with Python3. Signed-off-by: Ting Liu --- recipes-bsp/rcw/rcw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index b09a158e..69350615 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -8,7 +8,7 @@ DEPENDS += "tcl-native" inherit deploy siteinfo SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" -SRCREV = "bd6675518e6cb22f731c53407cc0631aa240f49f" +SRCREV = "1caebba96b6fd8eac9ef4246c181f2b47c448c4f" S = "${WORKDIR}/git" -- 2.40.1