[meta-freescale] [PATCH 04/10] rcw: update to 1f43bef4b4475d8e81c9

chunrong.guo at nxp.com chunrong.guo at nxp.com
Wed Jun 27 02:26:02 PDT 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

*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 at nxp.com>
---
 recipes-bsp/rcw/rcw_git.bb | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 0f5c94e..02754cb 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"
 inherit deploy siteinfo
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1"
-SRCREV = "baa4117294631db9e6ac2baa03ed5bdb793d7a81"
+SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c"
 
 S = "${WORKDIR}/git"
 
@@ -23,14 +23,6 @@ do_install () {
     else
         oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install
     fi
-    for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do
-        if echo $f |grep -q "qspiboot_sben"; then
-            continue
-        fi
-        f_swap=`echo $f |sed -e 's/qspiboot/qspiboot_swap/'`
-        tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8
-        mv -f $f_swap $f
-    done
 }
 
 do_deploy () {
-- 
2.7.4



More information about the meta-freescale mailing list