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.
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(-) -- 2.31.1 -- 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/20210521080211.487380-1-florian.bezdeka%40siemens.com.
