summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/change-file-endianess
Commit message (Collapse)AuthorAgeFilesLines
* change-file-endianess: Rework recipe completelyOtavio Salvador2017-03-091-13/+1
| | | | | | | | | | | | | The recipe was mixing different concepts. It is intended to provide a TCL script to change the endianess of files and the recipe was conceptually wrong. The use of the deploy class is wrong as it is not an artifact that is going to be used to install a board but a tool required for development (so the need of native and nativesdk variants). Change-Id: I5ebb063fa1c57a8c7c307314ac6322abfa88d33c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* change-file-endianess: update do_deploy_class-native so it finds byte_swap.tclBob Cochran2017-02-081-1/+1
| | | | | | | Modify do_deply_class-native task to copy byte_swap.tcl from top of working directory ${S} rather than ${STAGING_BINDIR_NATIVE} since file isn’t found at current location and this causes a “No such file or directory” error. Signed-off-by: Bob Cochran <yocto@mindchasers.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* change-file-endianess: update byte_swap script to support ls1046Zhenhua Luo2017-01-112-3/+16
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* change-file-endianess: keep 8 byte alignmentYuan Yao2016-07-221-1/+8
| | | | | Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-162-0/+52
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>