diff options
| author | Jun Zhu <junzhu@nxp.com> | 2016-09-30 15:49:50 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
| commit | 05e8addb5070762b9bbe825c0e62773c9297a5d0 (patch) | |
| tree | e57eba9b32ff89d0632006d8a04bf3f3a54ae3cd | |
| parent | dc3c53535e43175f3552019110fd363e52b4758a (diff) | |
| download | meta-freescale-05e8addb5070762b9bbe825c0e62773c9297a5d0.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.bb | 19 |
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 000000000..6fb838ace --- /dev/null +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | ||
| 2 | |||
| 3 | SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" | ||
| 4 | SECTION = "base" | ||
| 5 | DEPENDS = "virtual/kernel dosfstools-native" | ||
| 6 | LICENSE = "GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 8 | |||
| 9 | inherit autotools-brokensep | ||
| 10 | |||
| 11 | PR = "r1" | ||
| 12 | PV = "0.5.1+git${SRCPV}" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocal=https" | ||
| 15 | SRCREV = "3440b1108373e79669cc17ba1d2be91a123a2053" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | FILES_${PN} += "/linuxrc /fat" | ||
