board/qemu: remove the Qemu version from readme.txt
authorRomain Naour <romain.naour@gmail.com>
Sun, 26 Apr 2020 10:39:17 +0000 (12:39 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 26 Apr 2020 11:44:21 +0000 (13:44 +0200)
commit7dcb9e98b5ec52142436d16d70b0f6aff7b0e1ba
tree8b5053bb6b3f71a977a9eb25eea9617aa85b6b89
parented28a698e390adb4455089e6d22f10a00009ec80
board/qemu: remove the Qemu version from readme.txt

The Qemu version present in readme.txt files was needed when
the Buildroot's Qemu defconfig was tested manually using the
qemu-system-<arch> binary already present on the host.

This information is now incorrect since we are using host-qemu
package, currently at 4.2.0 version, to do a runtime test since
0c7935063851accf3db4c9eb2fc4f11c3da0c391.

For m68k-q800, we can use the upstream qemu since 4.2.0 release
[1].

So, remove this line from the readme.txt.

[1] https://www.qemu.org/2019/12/13/qemu-4-2-0/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
34 files changed:
board/qemu/aarch64-virt/readme.txt
board/qemu/arm-versatile/readme.txt
board/qemu/arm-vexpress-tz/readme.txt
board/qemu/arm-vexpress/readme.txt
board/qemu/m68k-mcf5208/readme.txt
board/qemu/m68k-q800/readme.txt
board/qemu/microblazebe-mmu/readme.txt
board/qemu/microblazeel-mmu/readme.txt
board/qemu/mips32r2-malta/readme.txt
board/qemu/mips32r2el-malta/readme.txt
board/qemu/mips32r6-malta/readme.txt
board/qemu/mips32r6el-malta/readme.txt
board/qemu/mips64-malta/readme.txt
board/qemu/mips64el-malta/readme.txt
board/qemu/mips64r6-malta/readme.txt
board/qemu/mips64r6el-malta/readme.txt
board/qemu/nios2-10m50/readme.txt
board/qemu/or1k/readme.txt
board/qemu/ppc-g3beige/readme.txt
board/qemu/ppc-mac99/readme.txt
board/qemu/ppc-mpc8544ds/readme.txt
board/qemu/ppc-virtex-ml507/readme.txt
board/qemu/ppc64-e5500/readme.txt
board/qemu/ppc64-pseries/readme.txt
board/qemu/ppc64le-pseries/readme.txt
board/qemu/riscv32-virt/readme.txt
board/qemu/riscv64-virt/readme.txt
board/qemu/sh4-r2d/readme.txt
board/qemu/sh4eb-r2d/readme.txt
board/qemu/sparc-ss10/readme.txt
board/qemu/sparc64-sun4u/readme.txt
board/qemu/x86/readme.txt
board/qemu/x86_64/readme.txt
board/qemu/xtensa-lx60/readme.txt