summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
new file mode 100644
index 000000000..364c91bcc
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
4
5DEPENDS = "sg3-utils"
6
7SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6"
8SRC_URI = " \
9 git://github.com/Freescale/utp_com;protocol=https;branch=master \
10"
11
12PV = "1.0+git${SRCPV}"
13
14do_configure[noexec] = "1"
15
16do_compile () {
17 oe_runmake
18}
19
20do_install () {
21 install -d -m 0755 ${D}${bindir}
22 install -m 0755 ${S}/utp_com ${D}${bindir}/utp_com
23}
24
25BBCLASSEXTEND = "native nativesdk"