diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-12-27 17:21:19 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-25 16:30:35 -0200 |
commit | 4f6a670a08aaedc6324139c2d475489ce26d04cd (patch) | |
tree | f82372a275257974b1a5403925d95b1b064c6436 /recipes-bsp/rcw | |
parent | 3c597971fd43eb3bd14fd87b0251871df2827b13 (diff) | |
download | meta-freescale-4f6a670a08aaedc6324139c2d475489ce26d04cd.tar.gz |
rcw: update to cbd5e66
*include the following changes:
cbd5e66 - T2080: add workaround of errata A-008851
13c95e2 - rcw: remove binary files of SoCs
69104c3 - LS1012: Change header location in rcw for Secure Boot
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw')
-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 39e5a841..38348b3e 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS += "change-file-endianess-native tcl-native" | |||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1" | 10 | SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1" |
11 | SRCREV = "43c79c98d706a13572864bb4554df78c4fc24fe7" | 11 | SRCREV = "cbd5e66fcb850e821c8632578410ceba5733a49e" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||