diff options
Diffstat (limited to 'recipes-bsp/mxsldr')
-rw-r--r-- | recipes-bsp/mxsldr/mxsldr_git.bb | 18 |
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 | |||
4 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" | ||
5 | DEPENDS = "libusb" | ||
6 | LICENSE = "GPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
8 | |||
9 | SRCREV = "3463b576b67f03012a59cedd8e55e9d37c5cea76" | ||
10 | SRC_URI = "git://git.bfuser.eu/git/marex/mxsldr.git;protocol=http" | ||
11 | |||
12 | PV = "0.0.0+git${SRCPV}" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit autotools | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||