summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2016-09-30 15:49:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-06 17:45:17 -0300
commit03ad61a68a158ace1d9182168b0b228bc2fbb4e1 (patch)
tree3692fff1ad4d52fd47d27950a33e73e7073c74bc
parent4925c8933b37bb400d1f8ea367362b846c1f22df (diff)
downloadmeta-fsl-arm-03ad61a68a158ace1d9182168b0b228bc2fbb4e1.tar.gz
imx-uuc: Add git recipe
The tool will be maintained as an open source project. The repository can be found by https://github.com/NXPmicro/imx-uuc Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
new file mode 100644
index 0000000..6fb838a
--- /dev/null
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -0,0 +1,19 @@
1# Copyright (C) 2016 Freescale Semiconductor
2
3SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command"
4SECTION = "base"
5DEPENDS = "virtual/kernel dosfstools-native"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
9inherit autotools-brokensep
10
11PR = "r1"
12PV = "0.5.1+git${SRCPV}"
13
14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocal=https"
15SRCREV = "3440b1108373e79669cc17ba1d2be91a123a2053"
16
17S = "${WORKDIR}/git"
18
19FILES_${PN} += "/linuxrc /fat"