diff options
| author | Ting Liu <ting.liu@nxp.com> | 2021-04-15 18:29:03 +0800 | 
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-15 09:45:31 -0300 | 
| commit | e2017737e246f9ca1f05b471463fb6dff2b2cb98 (patch) | |
| tree | 8bd28037f6e9cbe28be1be2db5fa8e3334a720d6 | |
| parent | d0463230a1e54ee47531210b6892e1524dfd691e (diff) | |
| download | meta-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.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index b09a158e1..693506157 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS += "tcl-native" | |||
| 8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo | 
| 9 | 9 | ||
| 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" | 
| 11 | SRCREV = "bd6675518e6cb22f731c53407cc0631aa240f49f" | 11 | SRCREV = "1caebba96b6fd8eac9ef4246c181f2b47c448c4f" | 
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" | 
| 14 | 14 | ||
