From 1eb093938bd5c24ba5ddd2851e96e120d1d97355 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 18 Mar 2010 16:08:11 +0000 Subject: handbook: Correction, we're building QEMU x86 not QEMU Arm image Signed-off-by: Joshua Lock --- handbook/introduction.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/introduction.xml b/handbook/introduction.xml index e741967f4..1796abfdd 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -172,7 +172,7 @@ If you want to try Poky, you can do so in a few commands. The example below checks out the Poky source code, sets up a build environment, builds an - image and then runs that image under the QEMU emulator in ARM system emulation mode: + image and then runs that image under the QEMU emulator in x86 system emulation mode: -- cgit v1.2.3 cgit logo index : ee-python.git
Trygve Laugstøl
aboutsummaryrefslogtreecommitdiff
blob: 0d4ef147836482ef53a7964be33c4b50cfeee7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69