mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
canopenterm: update to version 2.02+git
- This patch incorporates all previously suggested changes - 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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
36d46e1871
commit
6a14b73000
@@ -15,13 +15,15 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bd2edc721b4a0289efe949bdbe7dda79"
|
||||
|
||||
DEPENDS = "canvenient cjson isocline libinih libsdl3 lua pocketpy"
|
||||
|
||||
SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main;tag=v${PV}"
|
||||
SRCREV = "4196097f71c7e59b27e9d8ac3c6cf58f44fa9f19"
|
||||
PV .= "+git"
|
||||
|
||||
SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main"
|
||||
SRCREV = "7a9466029a6e88345e65e794ff1779f778c9358a"
|
||||
|
||||
|
||||
inherit cmake ptest
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_YOCTO=ON"
|
||||
EXTRA_OECMAKE += "-DUSE_SYSTEM_LIBS=ON"
|
||||
|
||||
FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user