summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mxsldr
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
commitf98b448ee835646be48f530b3e6fe13b32b093f5 (patch)
tree9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/mxsldr
downloadmeta-fsl-arm-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/mxsldr')
-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 0000000..497f6a1
--- /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"