aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/testing/testbuilder/README
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2011-03-16 03:55:43 +0300
committerYuri Bushmelev <jay4mail@gmail.com>2011-03-16 03:55:43 +0300
commitce869976ecc8e87cf8f12ce96649a24512a891a1 (patch)
treef7efbbbca75220bd508cb5f81d90738ef78c41a6 /contrib/testing/testbuilder/README
parentb12825f7621692c65868cc9955a8f494bb95fb93 (diff)
downloadopenembedded-ce869976ecc8e87cf8f12ce96649a24512a891a1.tar.gz
contrib/testing/testbuilder: Update to 0.6
Diffstat (limited to 'contrib/testing/testbuilder/README')
-rw-r--r--contrib/testing/testbuilder/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/testing/testbuilder/README b/contrib/testing/testbuilder/README
index af4aa313dc..3c39bb6c5e 100644
--- a/contrib/testing/testbuilder/README
+++ b/contrib/testing/testbuilder/README
@@ -28,14 +28,14 @@ You can run a single configured build (e.g. "testing").
./testbuilder -B ./testbuilder.d/testing.conf
Or you can use TestBuilder to build a specific distro/machine/image just like
-bitbake (e.g. angstrom-2008.1/qemuarm/console-image).
+bitbake (e.g. minimal/qemuarm/console-image).
- ./testbuilder -D angstrom-2008.1 -M qemuarm console-image
+ ./testbuilder -D minimal -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
+ ./testbuilder -D minimal -M qemuarm -S
Look ./testbuilder -h for full list of possible options.