diff options
-rw-r--r-- | recipes-extended/cantest/cantest_1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb new file mode 100644 index 00000000..1af55397 --- /dev/null +++ b/recipes-extended/cantest/cantest_1.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "cantest" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e" | ||
4 | |||
5 | SRC_URI = "git://git.freescale.com/ppc/sdk/cantest.git;branch=sdk-v2.0.x" | ||
6 | SRCREV = "0ad5fa86b1007aefef60a10ccb3a946497477995" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | do_install() { | ||
11 | install -d ${D}${bindir} | ||
12 | install -m 755 cantest ${D}${bindir} | ||
13 | } | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(e500v2)" | ||