From: Ricardo Simoes <[email protected]> Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01
Signed-off-by: Ricardo Simoes <[email protected]> Signed-off-by: Mark Jonas <[email protected]> --- ...-utils_2023.03.bb => can-utils_2025.01.bb} | 40 ++++++++++++++----- 1 file changed, 29 insertions(+), 11 deletions(-) rename meta-oe/recipes-extended/socketcan/{can-utils_2023.03.bb => can-utils_2025.01.bb} (72%) diff --git a/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb similarity index 72% rename from meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb rename to 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" SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master" -SRCREV = "cfe41963f3425e9adb01a70cfaddedf5e5982720" +SRCREV = "01083a64ebf28cc716efe2d2fd51c141042ae34b" S = "${WORKDIR}/git" -inherit autotools pkgconfig update-alternatives +inherit cmake pkgconfig update-alternatives -PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" +PACKAGES =+ " \ + ${PN}-access \ + ${PN}-cantest \ + ${PN}-isobusfs \ + ${PN}-isobusfs-dev \ + ${PN}-isotp \ + ${PN}-j1939 \ + ${PN}-log \ + ${PN}-slcan \ +" FILES:${PN}-access = " \ ${bindir}/cangw \ @@ -22,6 +31,22 @@ FILES:${PN}-access = " \ ${bindir}/cannelloni \ " +FILES:${PN}-cantest = " \ + ${bindir}/canbusload \ + ${bindir}/can-calc-bit-timing \ + ${bindir}/canfdtest \ +" + +FILES:${PN}-isobusfs = " \ + ${bindir}/isobusfs-cli \ + ${bindir}/isobusfs-srv \ + ${libdir}/libisobusfs.so \ +" + +FILES:${PN}-isobusfs-dev = " \ + ${includedir}/isobusfs* \ +" + FILES:${PN}-isotp = "${bindir}/isotp*" FILES:${PN}-j1939 = " \ @@ -29,16 +54,10 @@ FILES:${PN}-j1939 = " \ ${bindir}/testj1939 \ " -FILES:${PN}-cantest = " \ - ${bindir}/canbusload \ - ${bindir}/can-calc-bit-timing \ - ${bindir}/canfdtest \ -" +FILES:${PN}-log = "${bindir}/*log*" FILES:${PN}-slcan = "${bindir}/slcan*" -FILES:${PN}-log = "${bindir}/*log*" - ALTERNATIVE:${PN} = "candump cansend cansequence" ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" @@ -47,4 +66,3 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" # busybox ip fails to configure can interfaces, so we need iproute2 to do so. # See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. RRECOMMENDS:${PN} += "iproute2-ip" - -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115464): https://lists.openembedded.org/g/openembedded-devel/message/115464 Mute This Topic: https://lists.openembedded.org/mt/111161106/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
