diff options
| author | Michael Fitzmayer <mail@michael-fitzmayer.de> | 2024-12-08 22:22:12 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-08 18:54:11 -0800 |
| commit | 18759cae81f33a0c1b12bafd5a9249d0e9cddc4a (patch) | |
| tree | 8af42a0bedf7b4e221eca90fd4a9338f337f34fd /meta-oe/recipes-extended/canopenterm/canopenterm_1.0.9.bb | |
| parent | 0ffa4bc5aff14d735dcf7eaaeb752f0aa20a2035 (diff) | |
| download | meta-openembedded-18759cae81f33a0c1b12bafd5a9249d0e9cddc4a.tar.gz | |
canopenterm: update to version 1.0.9
- Add support for CANopen Profile data base files using a well
documented JSON-based file format.
- Include codb to JSON converter (codb2json).
- Add API functions to generate test reports (JUnix XML).
- Removed PicoC support for the greater good.
- Various improvements and bug fixes.
Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/canopenterm/canopenterm_1.0.9.bb')
| -rw-r--r-- | meta-oe/recipes-extended/canopenterm/canopenterm_1.0.9.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.9.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.9.bb new file mode 100644 index 0000000000..d52bcc363d --- /dev/null +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.9.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | |||
| 2 | SUMMARY = "CANopenTerm is a versatile software tool to analyse and \ | ||
| 3 | configure CANopen devices. \ | ||
| 4 | " | ||
| 5 | DESCRIPTION = "CANopenTerm is an open-source software tool designed for the \ | ||
| 6 | development, testing, and analysis of CANopen CC networks and \ | ||
| 7 | devices. It extends its capabilities to support other CAN CC \ | ||
| 8 | protocols, including SAE J1939 and OBD-II. \ | ||
| 9 | " | ||
| 10 | HOMEPAGE = "https://canopenterm.de" | ||
| 11 | BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474" | ||
| 15 | |||
| 16 | DEPENDS = "cjson libinih libsdl2 lua libsocketcan pocketpy" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" | ||
| 19 | |||
| 20 | SRCREV = "fcf2a49eb1ef3ac5f5d17ac1865be6dfbd9e33d5" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | inherit cmake ptest | ||
| 25 | |||
| 26 | EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" | ||
| 27 | |||
| 28 | FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" | ||
| 29 | |||
| 30 | RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy" | ||
