cerna

Results 125 comments of cerna

When we are talking about renaming there is one more instance I would like to discuss. There are two sets of function definitions in `rtapi_flavor.h`, one prefixed by `rtapi_` and...

Working little more on the set of functions every FLAVOUR API module should support, which so far I have extracted from the `flavor_descriptor_t` structure to structs `flavor_cold_metadata`, `flavor_hot_metadata` and `flavor_runtime_business`,...

I decided that the easiest way how to accommodate `Xenomai 3` and others is to allow multistage parsing of command line arguments. The current situation allows parsing only in the...

Somewhat lousy thing with this mode of operation is the fact, that because of the support for the 3.8 KERNEL version, I cannot use this for `rtapi_app` and `msgd` both....

Thank you for the historical details about build system, @zultron. I guess [this video](https://www.youtube.com/watch?v=4ObCqXilbrA&t=119s) is related to this subject, right? Do you have any idea how much traffic the Machinekit...

Bullseye is a problem. There are missing dependencies: ``` machinekit-hal-build-deps : Depends: python-zmq (>= 14.0.1) but it is not installable Depends: yapps2-runtime but it is not installable or python-yapps but...

There is some [related discussion](https://groups.google.com/forum/#!topic/machinekit/CtfWZp7l1F8) to this issue on Machinekit Google groups Forum.

I have just downloaded `pyzmq` (source for `python-zmq`), `yapps2` (source for `python-yapps`) and `pyftpdlib` (source for `python-pyftpdlib`) through `pip(3)` command. Given that there are official Python alternatives, why these packages...

Update about the Github Actions logic flow for those who are interested: Now that the Machinekit-HAL integrates the 'mk-cross-builder' functionality, the building of new images has to be integrated into...

>(...)One other that could've worked was Suse's OBS(...) I was thinking about getting the ZeroMQ packages from there. But it seems that not all architectures currently supported in Machinekit project...