summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mxsldr/mxsldr_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/mxsldr/mxsldr_git.bb')
-rw-r--r--recipes-bsp/mxsldr/mxsldr_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
new file mode 100644
index 00000000..497f6a19
--- /dev/null
+++ b/recipes-bsp/mxsldr/mxsldr_git.bb
@@ -0,0 +1,18 @@
1# Copyright (C) 2012 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader"
5DEPENDS = "libusb"
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
9SRCREV = "c40d80472525e1d57dae5317c028b745968c0399"
10SRC_URI = "git://git.denx.de/mxsldr.git"
11
12PV = "0.0.0+git${SRCPV}"
13
14S = "${WORKDIR}/git"
15
16inherit autotools-brokensep
17
18BBCLASSEXTEND = "native nativesdk"