summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-04-15 18:29:03 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-15 09:45:31 -0300
commite2017737e246f9ca1f05b471463fb6dff2b2cb98 (patch)
tree8bd28037f6e9cbe28be1be2db5fa8e3334a720d6
parentd0463230a1e54ee47531210b6892e1524dfd691e (diff)
downloadmeta-freescale-e2017737e246f9ca1f05b471463fb6dff2b2cb98.tar.gz
rcw: update to 1caebba
Fix RCW binary decoding with Python3. Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
8inherit deploy siteinfo 8inherit deploy siteinfo
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1"
11SRCREV = "bd6675518e6cb22f731c53407cc0631aa240f49f" 11SRCREV = "1caebba96b6fd8eac9ef4246c181f2b47c448c4f"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14