From: Jun Zhu Date: Fri, 30 Sep 2016 07:49:50 +0000 (+0800) Subject: imx-uuc: Add git recipe X-Git-Tag: 2.2~238 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05e8addb5070762b9bbe825c0e62773c9297a5d0;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 00000000..6fb838ac --- /dev/null +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb @@ -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"