summaryrefslogtreecommitdiff
path: root/package/elftosb
AgeCommit message (Collapse)Author
2012-07-22elftosb: use HOST_CONFIGURE_OPTS instead of HOST_MAKE_ENVThomas Petazzoni
HOST_CONFIGURE_OPTS allows to pass the correct CC, CXX, CFLAGS, CXXFLAGS, etc. For example, it allows the elftosb build process to properly use ccache when available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-22elftosb: remove version number of patch filenamesThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-22elftosb: fix build forcing g++ compilerSamuel Martin
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-21Add (Freescale) elftosb host packageEric Jarrige
Elftosb is a Freescale toolset to build binary image files (like U-Boot.sb) to be used with CPUs imx23, imx28, stp37xx thomas.petazzoni@free-electrons.com: * Add -m 0755 when installing binaries * the _CLEAN_CMDS is not supposed to uninstall things from the HOST_DIR. * Use 'host-generic-package' instead of 'GENTARGETS,host' Signed-off-by: Eric Jarrige <eric.jarrige@armadeus.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>