summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/mbpoll
Commit message (Collapse)AuthorAgeFilesLines
* mbpoll: Add patch for CMake 4+ compatibilityAlper Ak2025-07-082-2/+44
| | | | | | | | | | | | | | | | | | | Fix: | CMake Error at CMakeLists.txt:3 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbpoll: upgrade 1.5.0 -> 1.5.2Wang Mingyu2023-06-141-1/+1
| | | | | | | | | Changelog: ========== Fixes Remove FieldTalk trademark Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbpoll: add recipericoheller2023-05-231-0/+16
mbpoll is a command line utility to communicate with ModBus slave (RTU or TCP). Signed-off-by: Khem Raj <raj.khem@gmail.com>