Skip to content

Commit 1a584ce

Browse files
shr-projectSusan Montooth
authored andcommitted
README.md: Drop trailing spaces and "Git submodule"
:Release Notes: We're not using git submodules for some time. :Detailed Notes: :Testing Performed: N/A :QA Notes: N/A :Issues Addressed: N/A Open-webOS-DCO-1.0-Signed-off-by: Martin Jansa <martin.jansa@lge.com> Change-Id: Ia069e29e79aa81ac1def18aa8aee89edb76ca354 Reviewed-on: https://g2g.palm.com/6168 Reviewed-by: DCO Verification Reviewed-by: Martin Jansa <Martin.Jansa@lge.com> Tested-by: Martin Jansa <Martin.Jansa@lge.com> Reviewed-by: Susan Montooth <susan.montooth@lge.com>
1 parent e09cc7b commit 1a584ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains the top level code that aggregates the various [OpenEmb
1111

1212
Cloning
1313
=======
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).
1515

1616
Set up build-webos by cloning its Git repository:
1717

@@ -34,7 +34,7 @@ Also, the bitbake sanity check will issue a warning if you're not running under
3434

3535
Building
3636
========
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:
3838

3939
$ ./mcf -p 0 -b 0 qemux86
4040

@@ -52,7 +52,7 @@ Running
5252
To run the resulting build in the qemux86 emulator, enter:
5353

5454
$ cd BUILD-qemux86
55-
$ source bitbake.rc
55+
$ source bitbake.rc
5656
$ runqemu webos-image qemux86 qemuparams="-m 512" kvm serial
5757

5858
You will be prompted by sudo for a password:
@@ -63,11 +63,11 @@ You will be prompted by sudo for a password:
6363
ROOTFS: [.../BUILD-qemux86/deploy/images/webos-image-qemux86.ext3]
6464
FSTYPE: [ext3]
6565
Setting up tap interface under sudo
66-
[sudo] password for <user>:
66+
[sudo] password for <user>:
6767

6868
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!
6969

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.
7171

7272
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):
7373

@@ -79,7 +79,7 @@ Each new image appears to ssh as a new machine with the same IP address as the p
7979

8080
$ ssh-keygen -f ~/.ssh/known_hosts -R 192.168.7.2
8181

82-
then re-enter the ssh command.
82+
then re-enter the ssh command.
8383

8484
To shut down the emulator, startup a console and enter:
8585

@@ -96,14 +96,14 @@ The connection will be dropped:
9696

9797
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:
9898

99-
[sudo] password for <user>:
99+
[sudo] password for <user>:
100100
Set 'tap0' nonpersistent
101101
Releasing lockfile of preconfigured tap device 'tap0'
102102

103103

104104
Images
105105
======
106-
The following images can be built:
106+
The following images can be built:
107107

108108
- `webos-image`: The production Open webOS image.
109109
- `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:
130130
$ make clean-<component-name>
131131

132132
To remove the shared state for a component as well as its build artifacts to ensure it gets rebuilt afresh from its source, enter:
133-
133+
134134
$ make cleanall-<component-name>
135135

136136
Adding new layers

0 commit comments

Comments
 (0)