[v3,14/16] doc: Enhance list of supported cross-archs, drop QEMU reference

Message ID e82de0efa7154b4795682caa9d284307dbcedc40.1600788534.git.jan.kiszka@siemens.com
State Accepted, archived
Headers show
Series Complete backlog: SDK, compat arch, assorting fixed and cleanups | expand

Commit Message

Jan Kiszka Sept. 22, 2020, 7:28 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

We also test mipsel in cross-builds. RISC-V 64-bit is available but
experimental.

Furthermore, remove the reference to qemu because Isar also supports
building cross for physical targets. This might be confusing.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 doc/user_manual.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Patch

diff --git a/doc/user_manual.md b/doc/user_manual.md
index fb6574bb..5c3996d7 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -714,10 +714,14 @@  put into Isar apt.
 
 Debian cross-compilation works out of the box starting from Debian stretch distribution. Currently the following build configurations are supported in Isar:
 
- - qemuarm-stretch
- - qemuarm-buster
- - qemuarm64-stretch
- - qemuarm64-buster (for host >= buster)
+ - stretch armhf
+ - stretch arm64
+ - stretch mipsel
+ - buster armhf
+ - buster arm64 (for host >= buster)
+ - buster mipsel (for host >= buster)
+
+Experimental support for riscv64 is available as well.
 
 
 ## Examining and debugging package generation inside their buildchroot