summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* qemu-fsl: Disable native and nativesdk buildsOtavio Salvador2015-01-221-0/+3
| | | | | | | | | | | | | | | | | | The qemu-fsl is intended for use into the target. The native and nativesdk flavours are not supported and should rely on the OE-Core provided ones. This disables the recipe parsing for native and nativesdk build, fixing the following warning: ,---- | WARNING: Unable to get checksum for qemu-fsl-native SRC_URI entry | fix-libcap-header-issue-on-some-distro.patch: file could not | be found `---- Change-Id: I8eaf8bc9caf972f5d180115f63862a163915e218 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qemu-fsl: add recipes for Layerscape1 supportChunrong Guo2015-01-131-0/+50
| | | | | | | QEMU is a generic and open source machine emulator and virtualizer. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cst: add recipes for Layerscape1 supportChunrong Guo2015-01-131-0/+26
| | | | | | | cst is the utility for security boot. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* devregs: Add recipeOtavio Salvador2015-01-061-0/+13
This includes the Boundary Devices' devregs tool which allows for reading and writting of registers using /dev/mem. It currently has support for i.MX51, i.MX53, i.MX6Q and i.MX6DL SoC families but other SoCs can be easily added including extra .dat files. Change-Id: Ic04a90e7d1db8d87f43f5574792aa73885f16d66 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>