summaryrefslogtreecommitdiff
path: root/package/imx-usb-loader
AgeCommit message (Collapse)Author
2016-10-19imx-usb-loader: bump versionGary Bisson
Main additions are: - Support for i.MX6SX, i.MX6UL and i.MX7 - Support for secure booting on i.MX6/i.MX7 - Various bug fixes Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-08imx-usb-loader: remove - from promptThomas Petazzoni
The prompt of all host packages is "host foo", except for imx-usb-loader that uses "host-foo", and more precisely "host-imx-usb loader", which is really weird. This commit fixes this inconsistency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-03imx-usb-loader: add explicit dependencies for host variantJulien Floret
Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-19package/imx-usb-loader: add hash fileYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-02imx-usb-loader: cleanupPeter Korsgaard
HOST_CONFIGURE_OPTS is a superset of HOST_MAKE_ENV, so there is no need to pass them both. Also use HOST_CONFIGURE_OPTS for the install step for consistency, and finally, add host-pkgconf to _DEPENDENCIES as it is explicitly used (currently gets pulled in by host-libusb though). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-02imx-usb-loader: fix build issueThomas Petazzoni
host-imx-usb-loader uses pkg-config to find libusb-1.0, but since it's a host package, pkg-config needs to be passed the appropriate environment variables, which are in $(HOST_CONFIGURE_OPTS). Therefore, we now pass $(HOST_CONFIGURE_OPTS) in the environment when building host-imx-usb-loader. Fixes: http://autobuild.buildroot.org/results/fba/fba11afe003c512ed5c529c417f3a0feb920b0ed/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-05-02imx-usb-loader: new host packageAntoine Ténart
This host package allows to build tools to download and execute code on Freescale i.MX5/i.MX6 and Vybrid SoCs through the Serial Download Protocol. The work behind this commit was funded by ECA Group <http://www.ecagroup.com>. ECA Group is the copyright owner of the contributed code. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>