diff options
| author | Michael Fitzmayer <mail@michael-fitzmayer.de> | 2024-11-21 21:29:32 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:42:37 -0800 |
| commit | 8cfcad23ff57b33c23a5ac049db126e61d0f6d53 (patch) | |
| tree | 8387ffb4f37e6c08afc7fd6738dce15679142c8f /meta-oe | |
| parent | edd83e2e6a33c6028b9be3b922233cc7885293a1 (diff) | |
| download | meta-openembedded-8cfcad23ff57b33c23a5ac049db126e61d0f6d53.tar.gz | |
Add recipe: canopenterm 1.0.8
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.
Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb new file mode 100644 index 0000000000..191225bb15 --- /dev/null +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.8.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 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 = "libinih libsdl2 lua libsocketcan pocketpy" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" | ||
| 19 | SRCREV = "5bc04e09351f68e889381e1912b0445c4f18ee32" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | inherit cmake | ||
| 24 | |||
| 25 | EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" | ||
| 26 | |||
| 27 | FILES:${PN} += "${bindir}/CANopenTerm ${datadir}" | ||
| 28 | |||
| 29 | RDEPENDS:${PN} = "libinih libsdl2 lua libsocketcan pocketpy" | ||
