You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This repository contains the top level code that aggregates the various [OpenEmb
11
11
12
12
Cloning
13
13
=======
14
-
To access Git repositories, you may need to register your SSH key with GitHub. For help on doing this, visit [Generating SSH Keys] (https://help.github.com/articles/generating-ssh-keys).
14
+
To access Git repositories, you may need to register your SSH key with GitHub. For help on doing this, visit [Generating SSH Keys] (https://help.github.com/articles/generating-ssh-keys).
15
15
16
16
Set up build-webos by cloning its Git repository:
17
17
@@ -34,7 +34,7 @@ Also, the bitbake sanity check will issue a warning if you're not running under
34
34
35
35
Building
36
36
========
37
-
To configure the build for the qemux86 emulator and to fetch the Git submodule sources:
37
+
To configure the build for the qemux86 emulator and to fetch the sources:
38
38
39
39
$ ./mcf -p 0 -b 0 qemux86
40
40
@@ -52,7 +52,7 @@ Running
52
52
To run the resulting build in the qemux86 emulator, enter:
53
53
54
54
$ cd BUILD-qemux86
55
-
$ source bitbake.rc
55
+
$ source bitbake.rc
56
56
$ runqemu webos-image qemux86 qemuparams="-m 512" kvm serial
57
57
58
58
You will be prompted by sudo for a password:
@@ -63,11 +63,11 @@ You will be prompted by sudo for a password:
A window entitled QEMU will appear with a login prompt. Don't do anything. A bit later, the Open webOS lock screen will appear. Use your mouse to drag up the yellow lock icon. Welcome to (emulated) Open webOS!
69
69
70
-
To go into Card View after launching an app, press your keyboard’s `HOME` key.
70
+
To go into Card View after launching an app, press your keyboard’s `HOME` key.
71
71
72
72
To start up a console on the emulator, don't attempt to login at the prompt that appears in the console from which you launched runqemu. Instead, ssh into it as root (no password):
73
73
@@ -79,7 +79,7 @@ Each new image appears to ssh as a new machine with the same IP address as the p
79
79
80
80
$ ssh-keygen -f ~/.ssh/known_hosts -R 192.168.7.2
81
81
82
-
then re-enter the ssh command.
82
+
then re-enter the ssh command.
83
83
84
84
To shut down the emulator, startup a console and enter:
85
85
@@ -96,14 +96,14 @@ The connection will be dropped:
96
96
97
97
and the QEMU window will close. (If this doesn't happen, just close the QEMU window manually.) Depending on how long your emulator session lasted, you may be prompted again by sudo for a password:
98
98
99
-
[sudo] password for <user>:
99
+
[sudo] password for <user>:
100
100
Set 'tap0' nonpersistent
101
101
Releasing lockfile of preconfigured tap device 'tap0'
102
102
103
103
104
104
Images
105
105
======
106
-
The following images can be built:
106
+
The following images can be built:
107
107
108
108
-`webos-image`: The production Open webOS image.
109
109
-`webos-image-devel`: Adds various development tools to `webos-image`, including gdb and strace. See `packagegroup-core-tools-debug` and `packagegroup-core-tools-profile` in `oe-core` and `packagegroup-webos-test` in `meta-webos` for the complete list.
@@ -130,7 +130,7 @@ To clean a component's build artifacts under BUILD-qemux86, enter:
130
130
$ make clean-<component-name>
131
131
132
132
To remove the shared state for a component as well as its build artifacts to ensure it gets rebuilt afresh from its source, enter:
0 commit comments