diff options
| author | Ricardo Simoes <ricardo.simoes@pt.bosch.com> | 2025-02-13 12:58:25 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-13 07:44:16 -0800 |
| commit | f3a3890c8a06560675f2af869061423c7d299154 (patch) | |
| tree | a0609635846e0845775513c54a7a668081c960b8 | |
| parent | cdd8b41d6e3b20ca562df49aa0710f07a6218f20 (diff) | |
| download | meta-openembedded-f3a3890c8a06560675f2af869061423c7d299154.tar.gz | |
can-utils: Upgrade 2023.03 -> 2025.01
Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01
Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb (renamed from meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb) | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb index 51d6327b75..cad41944ec 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb | |||
| @@ -6,13 +6,22 @@ DEPENDS = "libsocketcan" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | SRCREV = "cfe41963f3425e9adb01a70cfaddedf5e5982720" | 9 | SRCREV = "01083a64ebf28cc716efe2d2fd51c141042ae34b" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig update-alternatives | 13 | inherit cmake pkgconfig update-alternatives |
| 14 | 14 | ||
| 15 | PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" | 15 | PACKAGES =+ " \ |
| 16 | ${PN}-access \ | ||
| 17 | ${PN}-cantest \ | ||
| 18 | ${PN}-isobusfs \ | ||
| 19 | ${PN}-isobusfs-dev \ | ||
| 20 | ${PN}-isotp \ | ||
| 21 | ${PN}-j1939 \ | ||
| 22 | ${PN}-log \ | ||
| 23 | ${PN}-slcan \ | ||
| 24 | " | ||
| 16 | 25 | ||
| 17 | FILES:${PN}-access = " \ | 26 | FILES:${PN}-access = " \ |
| 18 | ${bindir}/cangw \ | 27 | ${bindir}/cangw \ |
| @@ -22,6 +31,22 @@ FILES:${PN}-access = " \ | |||
| 22 | ${bindir}/cannelloni \ | 31 | ${bindir}/cannelloni \ |
| 23 | " | 32 | " |
| 24 | 33 | ||
| 34 | FILES:${PN}-cantest = " \ | ||
| 35 | ${bindir}/canbusload \ | ||
| 36 | ${bindir}/can-calc-bit-timing \ | ||
| 37 | ${bindir}/canfdtest \ | ||
| 38 | " | ||
| 39 | |||
| 40 | FILES:${PN}-isobusfs = " \ | ||
| 41 | ${bindir}/isobusfs-cli \ | ||
| 42 | ${bindir}/isobusfs-srv \ | ||
| 43 | ${libdir}/libisobusfs.so \ | ||
| 44 | " | ||
| 45 | |||
| 46 | FILES:${PN}-isobusfs-dev = " \ | ||
| 47 | ${includedir}/isobusfs* \ | ||
| 48 | " | ||
| 49 | |||
| 25 | FILES:${PN}-isotp = "${bindir}/isotp*" | 50 | FILES:${PN}-isotp = "${bindir}/isotp*" |
| 26 | 51 | ||
| 27 | FILES:${PN}-j1939 = " \ | 52 | FILES:${PN}-j1939 = " \ |
| @@ -29,16 +54,10 @@ FILES:${PN}-j1939 = " \ | |||
| 29 | ${bindir}/testj1939 \ | 54 | ${bindir}/testj1939 \ |
| 30 | " | 55 | " |
| 31 | 56 | ||
| 32 | FILES:${PN}-cantest = " \ | 57 | FILES:${PN}-log = "${bindir}/*log*" |
| 33 | ${bindir}/canbusload \ | ||
| 34 | ${bindir}/can-calc-bit-timing \ | ||
| 35 | ${bindir}/canfdtest \ | ||
| 36 | " | ||
| 37 | 58 | ||
| 38 | FILES:${PN}-slcan = "${bindir}/slcan*" | 59 | FILES:${PN}-slcan = "${bindir}/slcan*" |
| 39 | 60 | ||
| 40 | FILES:${PN}-log = "${bindir}/*log*" | ||
| 41 | |||
| 42 | ALTERNATIVE:${PN} = "candump cansend cansequence" | 61 | ALTERNATIVE:${PN} = "candump cansend cansequence" |
| 43 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 62 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
| 44 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 63 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
| @@ -47,4 +66,3 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" | |||
| 47 | # busybox ip fails to configure can interfaces, so we need iproute2 to do so. | 66 | # busybox ip fails to configure can interfaces, so we need iproute2 to do so. |
| 48 | # See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. | 67 | # See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. |
| 49 | RRECOMMENDS:${PN} += "iproute2-ip" | 68 | RRECOMMENDS:${PN} += "iproute2-ip" |
| 50 | |||
