aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/elftosb
AgeCommit message (Collapse)Author
2012-09-28elftosb: Add nativesdk supportOtavio Salvador
Change-Id: I7515d5fadba1948635b0cfafb6540b349b2ed126 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-06-01elftosb: don't use full path for headersOtavio Salvador
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>
2012-05-12elftosb: Adding patch to build on my Debian x86_64 box.Trygve Laugstøl
Signed-off-by: Trygve Laugstøl <trygvis@inamo.no>
2012-05-01Fix fetch URL for elftosbRadoslav Kolev
Signed-off-by: Radoslav Kolev <radoslav@kolev.info>
2012-04-20elftosb: fix linking failure due missing math's libraryOtavio Salvador
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>
2012-04-20elftosb: change SRC_URI to a working repositoryOtavio Salvador
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>
2011-08-24elftosb: creates boot stream files for iMx targetsAdrian Alonso
* Helper app that creates boot stream files used by freescale iMX SoCs Signed-off-by: Adrian Alonso <b38018@freescale.com>