Signed-off-by: Florian Bezdeka <[email protected]>
---
CONTRIBUTING.md | 2 +-
Documentation/setup-on-banana-pi-arm-board.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 249618df..dc4d9785 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,7 +34,7 @@ Contribution Checklist
- seemingly unaffected architectures still build (use Travis CI e.g.)
- static code analyzer finds no new defects (register a github fork with
Travis CI and Coverity for free scanning) [*recommended*]
- - python code shall be tested with python 2 and 3 [**required**]
+ - python code shall be tested with python 3 [**required**]
- the world is still spinning
- add signed-off to all patches [**required**]
diff --git a/Documentation/setup-on-banana-pi-arm-board.md
b/Documentation/setup-on-banana-pi-arm-board.md
index 115ff66d..32f6c949 100644
--- a/Documentation/setup-on-banana-pi-arm-board.md
+++ b/Documentation/setup-on-banana-pi-arm-board.md
@@ -228,7 +228,7 @@ $ sudo checkinstall make install
* Building Jailhouse (mainly for FreeRTOR as a cell)
```bash
#On Compiling Machine,
-$ sudo apt-get update && sudo apt-get install -y python-mako
device-tree-compiler
+$ sudo apt-get update && sudo apt-get install -y python3-mako
device-tree-compiler
$ cd ~
$ git clone https://github.com/siemens/freertos-cell
$ cp -av ~/freertos-cell/jailhouse-configs/bananapi.c
~/jailhouse/configs/arm/bananapi.c
--
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/20210622090502.231179-5-florian.bezdeka%40siemens.com.