]> code.ossystems Code Review - meta-freescale.git/commitdiff
cantest: add recipe
authorTing Liu <ting.liu@nxp.com>
Wed, 18 May 2016 09:36:46 +0000 (17:36 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-extended/cantest/cantest_1.0.bb [new file with mode: 0644]

diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb
new file mode 100644 (file)
index 0000000..1af5539
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "cantest"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e"
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/cantest.git;branch=sdk-v2.0.x"
+SRCREV = "0ad5fa86b1007aefef60a10ccb3a946497477995"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m 755 cantest ${D}${bindir}
+}
+
+COMPATIBLE_MACHINE = "(e500v2)"