]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-uuc: Add git recipe
authorJun Zhu <junzhu@nxp.com>
Fri, 30 Sep 2016 07:49:50 +0000 (15:49 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:14 +0000 (16:26 -0200)
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>
recipes-bsp/imx-uuc/imx-uuc_git.bb [new file with mode: 0644]

diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
new file mode 100644 (file)
index 0000000..6fb838a
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright (C) 2016 Freescale Semiconductor
+
+SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command"
+SECTION = "base"
+DEPENDS = "virtual/kernel dosfstools-native"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+inherit autotools-brokensep
+
+PR = "r1"
+PV = "0.5.1+git${SRCPV}"
+
+SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocal=https"
+SRCREV = "3440b1108373e79669cc17ba1d2be91a123a2053"
+
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "/linuxrc /fat"