Re: [meta-freescale] [meta-fsl-arm][PATCH 1/4] byte-swap: add recipe

2015-02-03 Thread Otavio Salvador
On Tue, Feb 3, 2015 at 9:05 AM, Otavio Salvador wrote: > On Tue, Feb 3, 2015 at 7:01 AM, wrote: >> From: Chunrong Guo >> >> *provides the tcl script for endian swap >> >> Signed-off-by: Chunrong Guo > > The only thing which currently uses this is the U-Boot. Is it worth > splitting this out?

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/4] byte-swap: add recipe

2015-02-03 Thread Otavio Salvador
On Tue, Feb 3, 2015 at 7:01 AM, wrote: > From: Chunrong Guo > > *provides the tcl script for endian swap > > Signed-off-by: Chunrong Guo The only thing which currently uses this is the U-Boot. Is it worth splitting this out? -- Otavio Salvador O.S. Systems http:

[meta-freescale] [meta-fsl-arm][PATCH 1/4] byte-swap: add recipe

2015-02-03 Thread b40290
From: Chunrong Guo *provides the tcl script for endian swap Signed-off-by: Chunrong Guo --- recipes-bsp/byte-swap/byte-swap.bb| 21 +++ recipes-bsp/byte-swap/byte-swap/byte_swap.tcl | 29 +++ 2 files changed, 50 insertions(+) create mode 1