AlexGhiti
AlexGhiti
Use 'collections.abc' instead of 'collections' since python 3.10 does not accept this syntax anymore, it has been deprecated since python 3.3. Signed-off-by: Alexandre Ghiti
distutils is deprecated and its use triggers DeprecationWarning which make some Ubuntu autopkgtests fail: fix this by replacing distutils by equivalent functions. distutils.version is simply replaced with packaging.version. distutils.copy_tree is...
Hi, libapache2-mod-python failed some tests in Ubuntu regression tests, so we added a few patches to port it to python 3.10 (you can find those pretty straightforward patches here [1])....
Hi, Just to let you know that we recently re-added the "no-map" attribute to the openSBI resident regions in the following commit http://lists.infradead.org/pipermail/opensbi/2023-June/005185.html. Hope that helps. Thanks, Alex
Hi, Sorry to have to open an issue whereas it is not really one. I read very carefully your posts on the tomtom runner hacking and it was very amazing,...