diff mbox series

[meta-oe,1/2] canopenterm: update to version 2.02+git

Message ID 20260422182855.10796-1-mail@michael-fitzmayer.de
State New
Headers show
Series [meta-oe,1/2] canopenterm: update to version 2.02+git | expand

Commit Message

Michael Fitzmayer April 22, 2026, 6:28 p.m. UTC
- Introduced a new API function: print_result()
- Added support for configuring a dynamic number of filters when
  executing replay.lua
- Added script to interact with the STM32 CAN bootloader (stm32.lua)
- Add Unified Diagnostic Services (ISO 14229-1) script written in Lua
  (uds.lua)
- Various updates and fixes required by the Debian package and to be able
  to get certified by Microsoft
- Added manpages

Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
---
 .../canopenterm/canopenterm_2.02.bb           | 31 +++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb
new file mode 100644
index 0000000000..b544fc4a9f
--- /dev/null
+++ b/meta-oe/recipes-extended/canopenterm/canopenterm_2.02.bb
@@ -0,0 +1,31 @@ 
+
+SUMMARY = "CANopenTerm is a versatile software tool to analyse and \
+          configure CANopen devices. \
+          "
+DESCRIPTION = "CANopenTerm is an open-source software tool designed for the \
+              development, testing, and analysis of CANopen CC networks and \
+              devices.  It extends its capabilities to support other CAN CC \
+              protocols, including SAE J1939 and OBD-II. \
+              "
+HOMEPAGE = "https://canopenterm.de"
+BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79"
+
+DEPENDS = "canvenient cjson isocline libinih libsdl3 lua pocketpy"
+
+PV = "v2.02+git${SRCPV}"
+
+SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;branch=main;protocol=https"
+
+SRCREV  = "7a9466029a6e88345e65e794ff1779f778c9358a"
+
+
+inherit cmake ptest
+
+EXTRA_OECMAKE += "-DUSE_SYSTEM_LIBS=ON"
+
+FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
+
+RDEPENDS:${PN} = "canvenient cjson libinih libsdl3 lua pocketpy"