aboutsummaryrefslogtreecommitdiff
path: root/qemu_multiarch_testing/README
diff options
context:
space:
mode:
Diffstat (limited to 'qemu_multiarch_testing/README')
-rw-r--r--qemu_multiarch_testing/README5
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.
11one or more system-image-ARCH directories into this directory 11one 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
15system-image-ARCH: for example, all ARM flavors (armv4l...armv6l)
16are served by the same qemu - qemu-system-arm. On my machine,
17I 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).
16This runs build in several qemu virtual machines in parallel. 21This runs build in several qemu virtual machines in parallel.