diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-06-27 17:26:02 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 14:19:53 -0300 |
commit | d72a2d9dd98e24c22b7083f45f62fef93c261d15 (patch) | |
tree | 1fbd59ba2efa00b77371ff5d017f856f5ca51a67 /recipes-bsp/rcw | |
parent | eb3b8c1bc71f315eb8596c946214566b8c51e1c6 (diff) | |
download | meta-freescale-d72a2d9dd98e24c22b7083f45f62fef93c261d15.tar.gz |
rcw: update to 1f43bef4b4475d8e81c9
*include the following changes:
1f43bef - Fix PBI command length for both ls1088ard and ls1088aqds boards.
32f8b4f - ls2088ardb_rev1.1: Add rcw_2100.rcw for serdes protocol 2a_41
84078ad - Include auto swapped binaries for qspiboot during install target
8646cf1 - ls2088ardb: Add rcw_2100.rcw for serdes protocol 2a_41
591b59d - ls1012a: Add ls1012afrwy RCW configuration files
fd6b9ef - Add support to auto swap rcw for qspiboot if required.
6f514c1 - Ls1043aqds: Fix building error for rcw_1600.rcw
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 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 0f5c94e1..02754cb8 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://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 = "baa4117294631db9e6ac2baa03ed5bdb793d7a81" | 11 | SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
@@ -23,14 +23,6 @@ do_install () { | |||
23 | else | 23 | else |
24 | oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install | 24 | oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install |
25 | fi | 25 | fi |
26 | for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do | ||
27 | if echo $f |grep -q "qspiboot_sben"; then | ||
28 | continue | ||
29 | fi | ||
30 | f_swap=`echo $f |sed -e 's/qspiboot/qspiboot_swap/'` | ||
31 | tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8 | ||
32 | mv -f $f_swap $f | ||
33 | done | ||
34 | } | 26 | } |
35 | 27 | ||
36 | do_deploy () { | 28 | do_deploy () { |