Juri Lelli
Juri Lelli
Unfortunately, the latest available -rt branch is based on 3.2.13-rt23. I don't have available time to work on a back-port right now, but if are willing to attempt it I...
I fear this would require a massive effort. The only way I know (and did in the past) is to take the last version of the patchset (git format-patch on...
Hi, the process itself is pretty easy, something like: ``` bash git format-patch HEAD~(before first patch) git apply --reject 000x-some-patch.patch find . -name *.rej ``` and then try to fix...
Hi Mehdi, schedtool-dl is not yet updated to the very last changes to the ABI. Let me fix it in the next few days. Thanks, - Juri On Wed, 26...
Hi, try it now :). Best, - Juri
Hi, On Wed, 05 Mar 2014 01:55:38 -0800 macdi [email protected] wrote: > Hi Yuri, > > I cloned the repository and I tried it, but I still have the same...
On Thu, 06 Mar 2014 02:39:43 -0800 macdi [email protected] wrote: > Hi Yuri, > > I updated the schedtool-dl sources and the new ABI is now working, thank you very...