[oe-commits] Paul Menzel : testbuilder/README: correct grammar and markup in Markdown [1 ]

git version control git at git.openembedded.org
Fri Jan 7 22:45:50 UTC 2011


Module: openembedded.git
Branch: master
Commit: ce1f572b4eda88043e8a63608493ce42f570cd57
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce1f572b4eda88043e8a63608493ce42f570cd57

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Dec 31 10:43:44 2010 +0100

testbuilder/README: correct grammar and markup in Markdown [1]

[1] http://daringfireball.net/projects/markdown/

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
CC: Yuri Bushmelev <jay4mail at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 contrib/testing/testbuilder/README |   47 ++++++++++++++++++++----------------
 1 files changed, 26 insertions(+), 21 deletions(-)

diff --git a/contrib/testing/testbuilder/README b/contrib/testing/testbuilder/README
index a8d5aea..fe78105 100644
--- a/contrib/testing/testbuilder/README
+++ b/contrib/testing/testbuilder/README
@@ -1,33 +1,38 @@
-= How to setup and use TestBuilder
+How to setup and use TestBuilder
+================================
 
-I assume below that you wish install TestBuilder into ~/testbuilder directory.
+I assume below that you wish to install TestBuilder into `~/testbuilder` directory.
 
-1. Copy files from OE contrib/testing/testbuilder directory to any place you
-   wish to use (e.g. ~/testbuilder) and goto that directory
+1. Copy the files from OE `contrib/testing/testbuilder` directory to any place you
+   wish to use (e.g. `~/testbuilder`) and go to that directory.
 
-2. Run setup-testbuilder script with OE branch and bitbake branch you wish to
+2. Run the `setup-testbuilder` script with an OE branch and BitBake branch you wish to
    use. E.g.:
-   ./setup-testbuilder "testing-next" "1.10"
- 
-   It will clone OE and bitbake trees and prepare build/conf/local.conf file
-   for you. You can review local.conf after and add some settings there.
 
-4. Create testbuilder.conf according your needs.  You can use
-   testbuilder.conf.sample as reference.
+       ./setup-testbuilder "testing-next" "1.10"
 
-5. Run ./testbuilder and wait for build results. Check 'logs' subdir for log
-   files ('tail logs/B.*' is useful)
+   It will clone the OE and BitBake trees and prepare the file `build/conf/local.conf`
+   for you. You can review `local.conf` afterward and add some settings there.
 
-You can run single configured build (e.g. "testing")
-./testbuilder -B testing
+4. Create `testbuilder.conf` according to your needs. You can use
+   `testbuilder.conf.sample` as reference.
 
-Or you can use testbuilder to build specified distro/machine/image
-(e.g. angstrom-2008.1/qemuarm/console-image)
-./testbuilder -D angstrom-2008.1 -M qemuarm console-image
+5. Run `./testbuilder` and wait for the build results. Check the `logs` subdir for log
+   files (`tail logs/B.*` is useful)
 
-If you wish only setup environment and run bitbake by hands you can
-use -S option:
-./testbuilder -D angstrom-2008.1 -M qemuarm -S
+You can run a single configured build (e.g. "testing").
+
+    ./testbuilder -B testing
+
+Or you can use TestBuilder to build a specific distro/machine/image
+(e.g. angstrom-2008.1/qemuarm/console-image).
+
+    ./testbuilder -D angstrom-2008.1 -M qemuarm console-image
+
+If you wish to only setup an environment and run BitBake by hand you can
+use the option `-S`.
+
+    ./testbuilder -D angstrom-2008.1 -M qemuarm -S
 
 -- 
 Yury 'Jay7' Bushmelev





More information about the Openembedded-commits mailing list