aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/cantest/cantest_1.0.bb
blob: 6b45f5a640d9c69d005a2b10fa03377e08f9aed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "cantest"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e"

SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/cantest;branch=nxp/sdk-v2.0.x"
SRCREV = "0ad5fa86b1007aefef60a10ccb3a946497477995"

S = "${WORKDIR}/git"

do_install() {
    install -d ${D}${bindir}
    install -m 755 cantest ${D}${bindir}
}

COMPATIBLE_MACHINE = "(e500v2)"
PACKAGE_ARCH = "${MACHINE_SOCARCH}"