Re: [meta-freescale] Layerscape LS1012A RCW/PBI (PBL image) byte-swapping

2018-06-14 Thread C.r. Guo
Hello Tim, Thank you for your commends. You are right. LS1012A rcw do not be swapped . You can swap by the below command : tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8 Rcw new code will include auto swapped binaries for qspiboot during install target I will submitted patch for new

Re: [meta-freescale] Layerscape LS1012A RCW/PBI (PBL image) byte-swapping

2018-06-14 Thread Tim Hammer
On Thu, Jun 14, 2018 at 5:29 AM, C.r. Guo wrote: > Hello Tim, > > Rcw has been swap . > > You can see the below recipes. > > > > https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/ > tree/recipes-bsp/rcw/rcw_git.bb > > > > do_install () { > > if [ ${M} = ls2088ardb ]; then > >

Re: [meta-freescale] Layerscape LS1012A RCW/PBI (PBL image) byte-swapping

2018-06-14 Thread C.r. Guo
Hello Tim, Rcw has been swap . You can see the below recipes. https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/rcw/rcw_git.bb do_install () { if [ ${M} = ls2088ardb ]; then oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install oe_runmake

[meta-freescale] [PATCH] restool: add dtc to rdepends

2018-06-14 Thread chunrong . guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/restool/restool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index a1266f6..00a79fb 100644 ---