diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-20 12:58:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-20 12:58:37 +0200 |
commit | 76efb3ed339c9003449980d3ea4d75ce19a7c3c5 (patch) | |
tree | cc4f0d0780c4c6e50fb277062b2be73cfd89392b /qemu_multiarch_testing | |
parent | f2ccefb946c5de69ce6a51c9a8e95024d44c273b (diff) | |
download | busybox-w32-76efb3ed339c9003449980d3ea4d75ce19a7c3c5.tar.gz busybox-w32-76efb3ed339c9003449980d3ea4d75ce19a7c3c5.tar.bz2 busybox-w32-76efb3ed339c9003449980d3ea4d75ce19a7c3c5.zip |
qemu_multiarch_testing/README: add a list of qemu's needed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'qemu_multiarch_testing')
-rw-r--r-- | qemu_multiarch_testing/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu_multiarch_testing/README b/qemu_multiarch_testing/README index 9757ff0e4..ecb63f9ef 100644 --- a/qemu_multiarch_testing/README +++ b/qemu_multiarch_testing/README | |||
@@ -11,6 +11,11 @@ hdc.img, from hdc.dir/* data. This requires root for loop mount. | |||
11 | one or more system-image-ARCH directories into this directory | 11 | one or more system-image-ARCH directories into this directory |
12 | (the one which contains this README). | 12 | (the one which contains this README). |
13 | 13 | ||
14 | * Install qemu-system-ARCH. The arch names may differ from | ||
15 | system-image-ARCH: for example, all ARM flavors (armv4l...armv6l) | ||
16 | are served by the same qemu - qemu-system-arm. On my machine, | ||
17 | I needed to install qemu-system-{arm,mips,x86,ppc,sparc,m68k,sh4}. | ||
18 | |||
14 | * Run: ./parallel-build-hdc-img.sh system-image-DIR1 system-image-DIR2... | 19 | * Run: ./parallel-build-hdc-img.sh system-image-DIR1 system-image-DIR2... |
15 | (background it if you don't want to see "Waiting to finish" thing). | 20 | (background it if you don't want to see "Waiting to finish" thing). |
16 | This runs build in several qemu virtual machines in parallel. | 21 | This runs build in several qemu virtual machines in parallel. |