From e93046da8550d65ef7aea9c7e0756f2fdf8bbe5b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 26 Mar 2014 10:42:25 +0100 Subject: imx-loader: add UART/USB loader for i.MX/Vybrid SoCs imx-loader allows to load data directly into memory through the Serial Download Protocol (SDP). This package contains two binaries, the imx_usb and the imx_uart utility for the two supported hardware links. Configuration are available from the /etc/imx-loader.d/ directory. --- recipes-devtools/imx-loader/imx-loader_git.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-devtools/imx-loader/imx-loader_git.bb (limited to 'recipes-devtools/imx-loader') diff --git a/recipes-devtools/imx-loader/imx-loader_git.bb b/recipes-devtools/imx-loader/imx-loader_git.bb new file mode 100644 index 0000000..1a59e35 --- /dev/null +++ b/recipes-devtools/imx-loader/imx-loader_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "USB/UART loader for i.MX51/53/6x and Vybrid" +SECTION = "base" +HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +DEPENDS = "libusb1-native" + +SRCREV = "5d1d28fc99c33766eea8e8735ed7b912c54eab1e" +SRC_URI = "git://github.com/toradex/imx_loader.git;protocol=git;branch=uart_loader" + +S = "${WORKDIR}/git/" + +PR = "r1" + +#we want mkfs.ubifs binary to run on a 32 bit architecture, on x86-64 this requires the 32 bit compatibility libs +#EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR -m32' 'BUILDDIR=${S}'" + +BBCLASSEXTEND = "native" + +do_install () { + oe_runmake install +} -- cgit v1.2.3