summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/elftosb
Commit message (Collapse)AuthorAgeFilesLines
* elftosb: Add nativesdk supportOtavio Salvador2012-09-281-3/+3
| | | | | | Change-Id: I7515d5fadba1948635b0cfafb6540b349b2ed126 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* elftosb: don't use full path for headersOtavio Salvador2012-06-012-2/+45
| | | | | | | This fixes the building on new host distributions where header might move due multilib support and other possible changes in future. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: Adding patch to build on my Debian x86_64 box.Trygve Laugstøl2012-05-122-4/+53
| | | | Signed-off-by: Trygve Laugstøl <trygvis@inamo.no>
* Fix fetch URL for elftosbRadoslav Kolev2012-05-011-1/+1
| | | | Signed-off-by: Radoslav Kolev <radoslav@kolev.info>
* elftosb: fix linking failure due missing math's libraryOtavio Salvador2012-04-201-1/+3
| | | | | | | | To proper link we need to pass LIBS='-lstdc++ -lm' for make, avoiding the need of patching the build system. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: change SRC_URI to a working repositoryOtavio Salvador2012-04-201-1/+1
| | | | | | | | | The server http://foss.doredevelopment.dk is down for sometime and the same file can be found at Timesys' repository so we use it for grabbing the source now. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: creates boot stream files for iMx targetsAdrian Alonso2011-08-241-0/+20
* Helper app that creates boot stream files used by freescale iMX SoCs Signed-off-by: Adrian Alonso <b38018@freescale.com>