[meta-freescale] [meta-fsl-arm][PATCH 1/5] mxsldr: Add recipe

Otavio Salvador otavio at ossystems.com.br
Tue Nov 27 09:21:41 PST 2012


This provides an USB loader compatible with mxs SoCs and is specially
useful for toolchains.

Change-Id: I38d593ae84073b961b81ffc3714fde1c33fabb61
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-bsp/mxsldr/mxsldr_git.bb |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-bsp/mxsldr/mxsldr_git.bb

diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
new file mode 100644
index 0000000..2c42b65
--- /dev/null
+++ b/recipes-bsp/mxsldr/mxsldr_git.bb
@@ -0,0 +1,18 @@
+# Copyright (C) 2012 O.S. Systems Software LTDA.
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader"
+DEPENDS = "libusb"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRCREV = "3463b576b67f03012a59cedd8e55e9d37c5cea76"
+SRC_URI = "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=http"
+
+PV = "0.0.0+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+BBCLASSEXTEND = "native nativesdk"
-- 
1.7.10.4




More information about the meta-freescale mailing list