Bartosz Gołaszewski
Bartosz Gołaszewski
@vfazio @pdcastro I don't want to publish the wheels on github (not sure if using github actions implies that). In fact: I'd prefer to not use github infrastructure at all....
@vfazio sounds good, please send the patches to the linux-gpio mailing list once you have them.
I work on ubuntu.
I removed it a bit too hastily. Turns out the nanbield branch of yocto still uses it. I cannot undo it either. I need to patch meta-openembedded now. :(
Hmm, so surprisingly yocto still works because the package is still available[1]. I'm not sure how persistent this link is though. [1] https://files.pythonhosted.org/packages/source/l/libgpiod/libgpiod-2.0.1.tar.gz
All is good: `kirkstone` is still on libgpiod v1.6.x and the oldest still supported release `scarthgap` pulls the "correct" `gpiod` package from pypi.
Must have been either a temporary outage or something in your network - it works just fine for me now. You'll be better off downloading tarballs from https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/ too -...
Can you post the code you're running?
The code looks right so I suppose this is simply what the combination of the user-space to kernel context switching plus going through several abstraction layers from your program, through...
~Hi! Can you try the following patch?~ Scratch that. Actually it doesn't make sense. The order in which settings are added affects the order of offsets in the resulting request....