Hi Florian, On 21/05/2021 10:02, Florian Bezdeka wrote: > Hi! > > This are the necessary changes for building and running Jailhouse on a > Debian 11 system. As Debian 11 will no longer support Python 2, most of > the changes are related to the Python2 -> Python3 migration.
If we should really think of abandoning Python 2 support (which I vote for), then please have a look at pyjailhouse/extendedenum.py. There are some compat wrappers that can be removed. Ralf > > Testing was done on x86 only so far. > > Most of the problems where found while trying to update jailhouse-images > to Debian 11 as well. jailhouse-images patches will follow soon. > > Best regards, > Florian > > Florian Bezdeka (4): > Makefile: Update build dependency from python to python3 > tools: Update shebang from python to python3 > tools: jailhouse-hardware-check: Remove python2 specific dummy > doc: Migrate setup instructions from python2 to pyhton3 > > Documentation/setup-on-banana-pi-arm-board.md | 2 +- > scripts/include.mk | 4 ++-- > tools/Makefile | 2 +- > tools/jailhouse-cell-linux | 2 +- > tools/jailhouse-cell-stats | 2 +- > tools/jailhouse-config-check | 2 +- > tools/jailhouse-config-create | 2 +- > tools/jailhouse-hardware-check | 6 +----- > 8 files changed, 9 insertions(+), 13 deletions(-) > -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/3c6eb143-ff47-361b-41c3-17a71ada39ec%40oth-regensburg.de.
