diff options
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/can-utils_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index bc930ac9df..3b2b6a9da1 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb | |||
| @@ -14,6 +14,33 @@ S = "${WORKDIR}/git" | |||
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig update-alternatives | 15 | inherit autotools pkgconfig update-alternatives |
| 16 | 16 | ||
| 17 | PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" | ||
| 18 | |||
| 19 | FILES_${PN}-access = " \ | ||
| 20 | ${bindir}/cangw \ | ||
| 21 | ${bindir}/canlogserver \ | ||
| 22 | ${bindir}/bcmserver \ | ||
| 23 | ${bindir}/socketcand \ | ||
| 24 | ${bindir}/cannelloni \ | ||
| 25 | " | ||
| 26 | |||
| 27 | FILES_${PN}-isotp = "${bindir}/isotp*" | ||
| 28 | |||
| 29 | FILES_${PN}-j1939 = " \ | ||
| 30 | ${bindir}/j* \ | ||
| 31 | ${bindir}/testj1939 \ | ||
| 32 | " | ||
| 33 | |||
| 34 | FILES_${PN}-cantest = " \ | ||
| 35 | ${bindir}/canbusload \ | ||
| 36 | ${bindir}/can-calc-bit-timing \ | ||
| 37 | ${bindir}/canfdtest \ | ||
| 38 | " | ||
| 39 | |||
| 40 | FILES_${PN}-slcan = "${bindir}/slcan*" | ||
| 41 | |||
| 42 | FILES_${PN}-log = "${bindir}/*log*" | ||
| 43 | |||
| 17 | ALTERNATIVE_${PN} = "candump cansend cansequence" | 44 | ALTERNATIVE_${PN} = "candump cansend cansequence" |
| 18 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
| 19 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
