aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-uuc/imx-uuc_git.bb
blob: 5e14a657579681b73916ff0981dc77fb0c7a75c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

PV = "0.5.1+git${SRCPV}"

SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https"
SRCREV = "ecc2161326e48d3ab09787f07f630e8fbcee5810"

S = "${WORKDIR}/git"

FILES_${PN} += "/linuxrc /fat"

COMPATIBLE_MACHINE = "(imx)"