summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mxsldr
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-11-25 18:55:27 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2012-11-27 16:48:11 -0200
commitd6208e9c1d6fd50295e321f2af31e99dcc7453b2 (patch)
treefa2638ff106d58c2ed9583ea24b96f021e216743 /recipes-bsp/mxsldr
parent9e216c32647388919e7f0c7a96acab94adbef220 (diff)
downloadmeta-fsl-arm-d6208e9c1d6fd50295e321f2af31e99dcc7453b2.tar.gz
mxsldr: Add recipe
This provides an USB loader compatible with mxs SoCs and is specially useful for toolchains. Change-Id: I38d593ae84073b961b81ffc3714fde1c33fabb61 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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..2c42b65
--- /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 = "3463b576b67f03012a59cedd8e55e9d37c5cea76"
10SRC_URI = "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=http"
11
12PV = "0.0.0+git${SRCPV}"
13
14S = "${WORKDIR}/git"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"